ToastCollectionManager.FindAllToastCollectionsAsync Method

Definition

Starts the retrieval of all toast notification groups created by this manager.

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

Returns

An object that represents the asynchronous operation.

Attributes

Applies to