UserDataTaskQueryOptions Class

Definition

Represents the options selected for task query.

public ref class UserDataTaskQueryOptions sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataTaskQueryOptions final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UserDataTaskQueryOptions
function UserDataTaskQueryOptions()
Public NotInheritable Class UserDataTaskQueryOptions
Inheritance
Object Platform::Object IInspectable UserDataTaskQueryOptions
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Constructors

UserDataTaskQueryOptions()

Instantiates a new instance of the UserDataTaskQueryOptions class.

Properties

Kind

Gets or sets the kind of tasks for which to query.

SortProperty

Gets or sets a Boolean value indicating whether the query results should be sorted.

Applies to