C# Class ModernApp4Me.WP8.Tile.M4MSecondaryTileManager

Enables the manipulation of secondary tiles. Tread-safe
ファイルを表示 Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
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.

Method Details

Create() public static method

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
return bool

Delete() public static method

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

IsExist() public static method

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