C# Class ModernApp4Me.WP8.Tile.M4MSecondaryTileManager

Enables the manipulation of secondary tiles. Tread-safe
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

Delete() public static méthode

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

IsExist() public static méthode

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