ShellTile.ActiveTiles Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the collection of an application’s Tiles pinned to Start.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Shared ReadOnly Property ActiveTiles As IEnumerable(Of ShellTile)
public static IEnumerable<ShellTile> ActiveTiles { get; }

Property Value

Type: System.Collections.Generic..::.IEnumerable<(Of <(ShellTile>)>)
The collection of an application’s Tiles pinned to Start.

Remarks

This list includes an Application Tile, which cannot be deleted, and all of its Secondary Tiles. The Application Tile is always the first in the collection.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ShellTile Class

Microsoft.Phone.Shell Namespace