C# 클래스 Charmed.TileInfo

파일 보기 프로젝트 열기: brentedwards/Charmed 1 사용 예제들

공개 메소드들

메소드 설명
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