Share via


PathSegmentCollection.GetView Method

Definition

Gets an immutable view into the collection.

public:
 virtual IVectorView<PathSegment ^> ^ GetView() = IVector<PathSegment ^>::GetView;
IVectorView<PathSegment> GetView();
public IReadOnlyList<PathSegment> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of PathSegment)

Returns

An object representing the immutable collection view.

Implements

Applies to