ToastCollectionManager.RemoveToastCollectionAsync(String) 方法

定义

启动指定 Toast 通知组的异步删除。

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

要删除的 Toast 通知组的 ID。

返回

表示异步操作的 对象。

属性

适用于