Freigeben über


ToastCollectionManager.FindAllToastCollectionsAsync Methode

Definition

Startet den Abruf aller Popupbenachrichtigungsgruppen, die von diesem Manager erstellt wurden.

public:
 virtual IAsyncOperation<IVectorView<ToastCollection ^> ^> ^ FindAllToastCollectionsAsync() = FindAllToastCollectionsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ToastCollection>> FindAllToastCollectionsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ToastCollection>> FindAllToastCollectionsAsync();
function findAllToastCollectionsAsync()
Public Function FindAllToastCollectionsAsync () As IAsyncOperation(Of IReadOnlyList(Of ToastCollection))

Gibt zurück

Ein -Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: