CompositionShapeCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to