DisplayState.Views 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 collection containing the views of the DisplayState.
public:
property IVectorView<DisplayView ^> ^ Views { IVectorView<DisplayView ^> ^ get(); };
IVectorView<DisplayView> Views();
public IReadOnlyList<DisplayView> Views { get; }
var iVectorView = displayState.views;
Public ReadOnly Property Views As IReadOnlyList(Of DisplayView)
Property Value
An IVectorView of DisplayView objects.