ToastCollectionManager.RemoveToastCollectionAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動指定快顯通知群組的非同步移除。
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
要移除的快顯通知群組識別碼。
傳回
物件,表示非同步作業。
- 屬性