SortEntryVector.ReplaceAll(SortEntry[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.