ToastCollectionManager.FindAllToastCollectionsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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