SnapDotNet.Apps.Notifications.TileContent.TileNotificationBase.CreateNotification C# (CSharp) Метод

CreateNotification() публичный Метод

public CreateNotification ( ) : TileNotification
Результат Windows.UI.Notifications.TileNotification
                public TileNotification CreateNotification()
                {
                    XmlDocument xmlDoc = new XmlDocument();
                    xmlDoc.LoadXml(GetContent());
                    return new TileNotification(xmlDoc);
                }
Notifications.TileContent.TileNotificationBase