ToastCollectionManager.GetToastCollectionAsync(String) Method

Definition

Starts the retrieval of the specified notification group.

public:
 virtual IAsyncOperation<ToastCollection ^> ^ GetToastCollectionAsync(Platform::String ^ collectionId) = GetToastCollectionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ToastCollection> GetToastCollectionAsync(winrt::hstring const& collectionId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ToastCollection> GetToastCollectionAsync(string collectionId);
function getToastCollectionAsync(collectionId)
Public Function GetToastCollectionAsync (collectionId As String) As IAsyncOperation(Of ToastCollection)

Parameters

collectionId
String

Platform::String

winrt::hstring

The ID of the notification group to retrieve.

Returns

An object that represents the asynchronous operation.

Attributes

Applies to