ColorKeyFrameCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to