ToastCollectionManager.GetToastCollectionAsync(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.
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