C# Class Charmed.TileInfo

Show file Open project: brentedwards/Charmed Class Usage Examples

Public Methods

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

Method Details

TileInfo() public method

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.
return System

TileInfo() public method

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.
return System

TileInfo() public method

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.
return System