Delen via


SortEntryVector.ReplaceAll(SortEntry[]) Method

Definition

Replaces all sort entries in the collection with the specified sort entries.

void ReplaceAll(winrt::array_view <SortEntry> const& items);
public void ReplaceAll(SortEntry[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As SortEntry())

Parameters

items
SortEntry[]

The collection of sort entries to put in the vector.

Implements

Applies to