AppNotificationManager.RemoveByIdAsync(UInt32) メソッド

定義

指定した ID を持つアプリ通知を通知センター (Windows 10のアクション センターと呼ばれます) から非同期的に削除します。

注意

AppNotificationManager クラスは、Singleton パッケージに依存しています。 この依存関係により、 自己完結型アプリからこれらの API を呼び出す場合に注意すべき考慮事項があります。 詳細と詳細については、「 追加の MSIX パッケージへの依存関係」を参照してください。

public:
 virtual IAsyncAction ^ RemoveByIdAsync(unsigned int notificationId) = RemoveByIdAsync;
IAsyncAction RemoveByIdAsync(uint32_t const& notificationId);
public IAsyncAction RemoveByIdAsync(uint notificationId);
function removeByIdAsync(notificationId)
Public Function RemoveByIdAsync (notificationId As UInteger) As IAsyncAction

パラメーター

notificationId
UInt32

unsigned int

uint32_t

削除するアプリ通知の一意識別子。 ID はプラットフォームによって設定され、 Id プロパティを使用してアクセスできます。

戻り値

非同期アクション。

適用対象