VisualElementsRequest.VisualElements 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 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.