DisplayView.Paths 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 the set of paths making up this DisplayView.
public:
property IVectorView<DisplayPath ^> ^ Paths { IVectorView<DisplayPath ^> ^ get(); };
IVectorView<DisplayPath> Paths();
public IReadOnlyList<DisplayPath> Paths { get; }
var iVectorView = displayView.paths;
Public ReadOnly Property Paths As IReadOnlyList(Of DisplayPath)
Property Value
A collection containing the paths making up this DisplayView.