ToastCollectionManager.RemoveToastCollectionAsync(String) 方法

定義

啟動指定快顯通知群組的非同步移除。

public:
 virtual IAsyncAction ^ RemoveToastCollectionAsync(Platform::String ^ collectionId) = RemoveToastCollectionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RemoveToastCollectionAsync(winrt::hstring const& collectionId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RemoveToastCollectionAsync(string collectionId);
function removeToastCollectionAsync(collectionId)
Public Function RemoveToastCollectionAsync (collectionId As String) As IAsyncAction

參數

collectionId
String

Platform::String

winrt::hstring

要移除的快顯通知群組識別碼。

傳回

物件,表示非同步作業。

屬性

適用於