C# 클래스 NotificationsExtensions.Tiles.TileImageSource

Defines a tile image source and related properties.
파일 보기 프로젝트 열기: WindowsNotifications/NotificationsExtensions 1 사용 예제들

공개 메소드들

메소드 설명
TileImageSource ( string src ) : System

Constructs an image source with all the required properties.

ToString ( ) : string

Returns the value of the Src property.

비공개 메소드들

메소드 설명
ConvertToElement ( ) : Element_TileImage
PopulateElement ( Element_TileImage image ) : void

메소드 상세

TileImageSource() 공개 메소드

Constructs an image source with all the required properties.
public TileImageSource ( string src ) : System
src string The URI of the image source. Can be from your application package, application data, or the internet.
리턴 System

ToString() 공개 메소드

Returns the value of the Src property.
public ToString ( ) : string
리턴 string