DisplayView.Paths Property

Definition

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.

Applies to