UserDataAccount.FindUserDataTaskListsAsync Method
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.
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)
|