TileOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 supports a bitwise combination of its member values.
public enum class TileOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TileOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TileOptions
var value = Windows.UI.StartScreen.TileOptions.none
Public Enum TileOptions
- Inheritance
-
TileOptions
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default. Do not show the name on a secondary tile of any size. |
ShowNameOnLogo | 1 | Display the name on the medium version of the tile. |
ShowNameOnWideLogo | 2 | Display the name on the wide version of the tile. |
CopyOnDeployment | 4 | The tile will be reacquired from the cloud when the parent app is installed by the user, using their Microsoft account, on another computer. Note As 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". |