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 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

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".

None 0

Default. Do not show the name on a secondary tile of any size.

1

Display the name on the medium version of the tile.

2

Display the name on the wide version of the tile.

Applies to

See also