CompositionColorGradientStopCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to