VisualElementsRequest.AlternateVisualElements Property
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.
Gets a set of objects that provide alternate logo images, background and foreground colors, and display name. These alternates are shown to the user in the Pin to Start flyout.
On Windows Phone 8.1, the secondary tile is created without showing the user a flyout, prompting them for confirmation, or allowing them to choose an alternate version of the tile.
public:
property IVectorView<SecondaryTileVisualElements ^> ^ AlternateVisualElements { IVectorView<SecondaryTileVisualElements ^> ^ get(); };
IVectorView<SecondaryTileVisualElements> AlternateVisualElements();
public IReadOnlyList<SecondaryTileVisualElements> AlternateVisualElements { get; }
var iVectorView = visualElementsRequest.alternateVisualElements;
Public ReadOnly Property AlternateVisualElements As IReadOnlyList(Of SecondaryTileVisualElements)
Property Value
An array of SecondaryTileVisualElements objects, each of which provides the information for an alternate presentation of the secondary tile.
Remarks
For each SecondaryTileVisualElements object in the array, any property left undeclared is given the default value. App name display properties should be specified for each alternate set because their default is false.