UserDataAccount.FindUserDataTaskListsAsync Method

Definition

Returns a collection of UserDataTask instances associated with the UserDataAccount.

public:
 virtual IAsyncOperation<IVectorView<UserDataTaskList ^> ^> ^ FindUserDataTaskListsAsync() = FindUserDataTaskListsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<UserDataTaskList>> FindUserDataTaskListsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<UserDataTaskList>> FindUserDataTaskListsAsync();
function findUserDataTaskListsAsync()
Public Function FindUserDataTaskListsAsync () As IAsyncOperation(Of IReadOnlyList(Of UserDataTaskList))

Returns

A collection of UserDataTask instances associated with the UserDataAccount.

Attributes

Windows requirements

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

Applies to