Freigeben über


ToastCollectionManager.GetToastCollectionAsync(String) Methode

Definition

Startet den Abruf der angegebenen Benachrichtigungsgruppe.

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)

Parameter

collectionId
String

Platform::String

winrt::hstring

Die ID der abzurufenden Benachrichtigungsgruppe.

Gibt zurück

Ein -Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: