SnapDotNet.Apps.Notifications.NotificationBase.NotificationBase.GetXml C# (CSharp) Méthode

GetXml() public méthode

public GetXml ( ) : XmlDocument
Résultat Windows.Data.Xml.Dom.XmlDocument
			public XmlDocument GetXml()
			{
				XmlDocument xml = new XmlDocument();
				xml.LoadXml(GetContent());
				return xml;
			}
#endif