TimelineMarkerCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to