C# Класс Charmed.TileInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TileInfo ( string tileId, Windows anchorElement, Placement requestPlacement ) : System

Constructor containing info for unpinning a tile.

TileInfo ( string tileId, string displayName, Uri logoUri, Uri wideLogoUri, TileSize tileSize, Windows anchorElement, Placement requestPlacement, string arguments = null ) : System

Constructor containing info for pinning a tile.

TileInfo ( string tileId, string displayName, Uri logoUri, Windows anchorElement, Placement requestPlacement, string arguments = null ) : System

Constructor containing info for pinning a tile.

Описание методов

TileInfo() публичный Метод

Constructor containing info for unpinning a tile.
public TileInfo ( string tileId, Windows anchorElement, Placement requestPlacement ) : System
tileId string The Id of the tile to pin.
anchorElement Windows The anchor element that the pin request dialog will display next to.
requestPlacement Placement The Placement value that tells where the pin request dialog displays in relation to anchorElement.
Результат System

TileInfo() публичный Метод

Constructor containing info for pinning a tile.
public TileInfo ( string tileId, string displayName, Uri logoUri, Uri wideLogoUri, TileSize tileSize, Windows anchorElement, Placement requestPlacement, string arguments = null ) : System
tileId string The Id of the tile to pin.
displayName string The display name for the tile.
logoUri System.Uri The Uri to the tile logo.
wideLogoUri System.Uri The Uri to the wide tile logo.
tileSize TileSize The size of the tile.
anchorElement Windows The anchor element that the pin request dialog will display next to.
requestPlacement Placement The Placement value that tells where the pin request dialog displays in relation to anchorElement.
arguments string Optional arguments to provide for when the tile is activated.
Результат System

TileInfo() публичный Метод

Constructor containing info for pinning a tile.
public TileInfo ( string tileId, string displayName, Uri logoUri, Windows anchorElement, Placement requestPlacement, string arguments = null ) : System
tileId string The Id of the tile to pin.
displayName string The display name for the tile.
logoUri System.Uri The Uri to the tile logo.
anchorElement Windows The anchor element that the pin request dialog will display next to.
requestPlacement Placement The Placement value that tells where the pin request dialog displays in relation to anchorElement.
arguments string Optional arguments to provide for when the tile is activated.
Результат System