TimelineCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to