TileOptions
TileOptions
TileOptions
TileOptions
Enum
Definition
Note
TileOptions may be altered or unavailable for releases after Windows 8.1. Instead, use the properties specified in each value.
Specifies options available to a secondary tile.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class TileOptionspublic enum TileOptionsPublic Enum TileOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| CopyOnDeployment CopyOnDeployment CopyOnDeployment CopyOnDeployment | The tile will be reacquired from the cloud when the parent app is installed by the user, using their Microsoft account, on another computer. NoteAs of Windows 8.1, secondary tile roaming is the default behavior. In Windows 8, you opted into roaming; as of Windows 8.1, you opt out. If Windows detects that the running version of the tile's app dates from before Windows 8.1, the absence of CopyOnDeployment is seen as equivalent to RoamingEnabled ="false". |
| None None None None | Default. Do not show the name on a secondary tile of any size. |
| ShowNameOnLogo ShowNameOnLogo ShowNameOnLogo ShowNameOnLogo | Display the name on the medium version of the tile. |
| ShowNameOnWideLogo ShowNameOnWideLogo ShowNameOnWideLogo ShowNameOnWideLogo | Display the name on the wide version of the tile. |