Tile.CreateOrUpdateSecondary

매뉴얼로 전환
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data);
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data, Vector2 pos);
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data, Rect area);

파라미터

dataThe data used to create or update secondary tile.
posThe coordinates for a request to create new tile.
areaThe area on the screen above which the request to create new tile will be displayed.

반환

Tile New Tile object, that can be used for further work with the tile.

설명

Creates new or updates existing secondary tile.

TileId is required to be set in data, displayName is required when creating and can not be updated. When used to create new tile, this function displays a request on the screen. Tile will be created if user agrees to pin it to start screen.