SnapDotNet.Apps.Notifications.TileContent.TileNotificationBase.TileNotificationBase C# (CSharp) 메소드

TileNotificationBase() 공개 메소드

public TileNotificationBase ( string templateName, string fallbackName, int imageCount, int textCount ) : Windows.Data.Xml.Dom
templateName string
fallbackName string
imageCount int
textCount int
리턴 Windows.Data.Xml.Dom
                public TileNotificationBase(string templateName, string fallbackName, int imageCount, int textCount)
                    : base(templateName, fallbackName, imageCount, textCount)
                {
                }
Notifications.TileContent.TileNotificationBase