Share via


SortEntryVector.GetView Method

Definition

Retrieves an immutable view of the collection of sort entries.

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

Returns

The view of the collection.

Implements

Applies to