UserDataTaskStore.GetListAsync(String) 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 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