UserDataTaskStore.FindListsAsync 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.
Asynchronously returns the list of UserDataTaskList objects.
public:
virtual IAsyncOperation<IVectorView<UserDataTaskList ^> ^> ^ FindListsAsync() = FindListsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<UserDataTaskList>> FindListsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<UserDataTaskList>> FindListsAsync();
function findListsAsync()
Public Function FindListsAsync () As IAsyncOperation(Of IReadOnlyList(Of UserDataTaskList))
Returns
The list of UserDataTaskList objects.
- Attributes