C# 클래스 ModernApp4Me.WP8.Tile.M4MSecondaryTileManager

Enables the manipulation of secondary tiles. Tread-safe
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

메소드 설명
Create ( StandardTileData tileData, string navigationUri ) : bool

Tries to create a secondary tile.

Delete ( string navigationUri ) : bool

Tries to delete the secondary tile at the specified URI.

IsExist ( string navigationUri ) : bool

Checks if a secondary tile at the specified URI already exists.

메소드 상세

Create() 공개 정적인 메소드

Tries to create a secondary tile.
public static Create ( StandardTileData tileData, string navigationUri ) : bool
tileData StandardTileData the tile data
navigationUri string the URI of the tile
리턴 bool

Delete() 공개 정적인 메소드

Tries to delete the secondary tile at the specified URI.
public static Delete ( string navigationUri ) : bool
navigationUri string the URI of the tile
리턴 bool

IsExist() 공개 정적인 메소드

Checks if a secondary tile at the specified URI already exists.
public static IsExist ( string navigationUri ) : bool
navigationUri string the URI of the tile
리턴 bool