Méthode | Description | |
---|---|---|
TileInfo ( string tileId, Windows anchorElement, Placement requestPlacement ) : System |
Constructor containing info for unpinning a tile.
|
|
TileInfo ( string tileId, string displayName, |
Constructor containing info for pinning a tile.
|
|
TileInfo ( string tileId, string displayName, |
Constructor containing info for pinning 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. |
Résultat | System |
public TileInfo ( string tileId, string displayName, |
||
tileId | string | The Id of the tile to pin. |
displayName | string | The display name for the tile. |
logoUri | The Uri to the tile logo. | |
wideLogoUri | 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. |
Résultat | System |
public TileInfo ( string tileId, string displayName, |
||
tileId | string | The Id of the tile to pin. |
displayName | string | The display name for the tile. |
logoUri | 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. |
Résultat | System |