Share via


VisualElementsRequest.VisualElements Property

Definition

Gets a copy of the parent secondary tile's SecondaryTileVisualElementsobject. The visual elements properties can be set or read through this object. When deferral is complete (or the handler returns without a deferral), the properties in this object are verified and then reflected in the Pin to Start flyout.

public:
 property SecondaryTileVisualElements ^ VisualElements { SecondaryTileVisualElements ^ get(); };
SecondaryTileVisualElements VisualElements();
public SecondaryTileVisualElements VisualElements { get; }
var secondaryTileVisualElements = visualElementsRequest.visualElements;
Public ReadOnly Property VisualElements As SecondaryTileVisualElements

Property Value

The object through which you'll access the visual element properties.

Applies to