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

CreateTileSquare310x310ImageCollectionAndText01() 공개 정적인 메소드

Creates a tile content object for the TileSquare310x310ImageCollectionAndText01 template.
public static CreateTileSquare310x310ImageCollectionAndText01 ( ) : ITileSquare310x310ImageCollectionAndText01
리턴 ITileSquare310x310ImageCollectionAndText01
                public static ITileSquare310x310ImageCollectionAndText01 CreateTileSquare310x310ImageCollectionAndText01()
                {
                    return new TileSquare310x310ImageCollectionAndText01();
                }
Notifications.TileContent.TileContentFactory