StorageProviderSearchQueryOptions.SortOrder Property
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.
Gets the order that the results should be returned in, using rank as the default sort order.
public:
property IVectorView<SortEntry> ^ SortOrder { IVectorView<SortEntry> ^ get(); };
IVectorView<SortEntry> SortOrder();
public IReadOnlyList<SortEntry> SortOrder { get; }
var iVectorView = storageProviderSearchQueryOptions.sortOrder;
Public ReadOnly Property SortOrder As IReadOnlyList(Of SortEntry)
Property Value
The sort order for the search query as a read-only list of SortEntry objects.