DisplayState.Targets 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.
Returns the set of DisplayTarget objects used to create this DisplayState object.
public:
property IVectorView<DisplayTarget ^> ^ Targets { IVectorView<DisplayTarget ^> ^ get(); };
IVectorView<DisplayTarget> Targets();
public IReadOnlyList<DisplayTarget> Targets { get; }
var iVectorView = displayState.targets;
Public ReadOnly Property Targets As IReadOnlyList(Of DisplayTarget)