Partager via


ToastCollectionManager.FindAllToastCollectionsAsync Méthode

Définition

Démarre la récupération de tous les groupes de notification toast créés par ce gestionnaire.

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))

Retours

Objet qui représente l’opération asynchrone.

Attributs

S’applique à