SortEntry
SortEntry
SortEntry
SortEntry
Struct
Definition
An entry in the SortOrder list the specifies a property and ordering that is used to sort query results.
public : struct SortEntrypublic struct SortEntryPublic Structure SortEntry// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
AscendingOrder AscendingOrder AscendingOrder AscendingOrder
True to sort content in the query results in ascending order based on the property name, or false to sort content in descending order.
public : field PlatForm::Boolean AscendingOrderpublic field bool AscendingOrderPublic Field AscendingOrder// You can use this field in JavaScript.
PropertyName PropertyName PropertyName PropertyName
The name of the property to use for sorting, like System.Author. The property must be registered on the system.
For more information, see the Windows Property System.
public : field PlatForm::String PropertyNamepublic field string PropertyNamePublic Field PropertyName// You can use this field in JavaScript.