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

CreateTileWide310x150PeekImage05() 공개 정적인 메소드

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