ToastCollectionManager.FindAllToastCollectionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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