UserDataTaskStore.GetListAsync(String) Method

Definition

Asynchronously gets the UserDataTaskList with the specified ID.

public:
 virtual IAsyncOperation<UserDataTaskList ^> ^ GetListAsync(Platform::String ^ taskListId) = GetListAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataTaskList> GetListAsync(winrt::hstring const& taskListId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataTaskList> GetListAsync(string taskListId);
function getListAsync(taskListId)
Public Function GetListAsync (taskListId As String) As IAsyncOperation(Of UserDataTaskList)

Parameters

taskListId
String

Platform::String

winrt::hstring

The ID of the UserDataTaskList to retrieve.

Returns

The UserDataTaskList with the specified ID or null if the list is not found.

Attributes

Applies to