GradientStopCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to