共用方式為


StorageProviderSearchQueryOptions.SortOrder Property

Definition

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.

Applies to