次の方法で共有


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

削除するトースト通知グループの ID。

戻り値

非同期操作を表す オブジェクト。

属性

適用対象