共用方式為


AppNotificationManager.RemoveByIdAsync(UInt32) 方法

定義

以非同步方式從通知中心移除具有指定識別碼的代理程式更新, (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 屬性來存取。

傳回

非同步動作。

適用於