C# Класс ModernApp4Me.WP8.Tile.M4MSecondaryTileManager

Enables the manipulation of secondary tiles. Tread-safe
Показать файл Открыть проект

Открытые методы

Метод Описание
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