共用方式為


UserNotificationListener.RemoveNotification(UInt32) 方法

定義

移除指定的通知。

public:
 virtual void RemoveNotification(unsigned int notificationId) = RemoveNotification;
void RemoveNotification(uint32_t const& notificationId);
public void RemoveNotification(uint notificationId);
function removeNotification(notificationId)
Public Sub RemoveNotification (notificationId As UInteger)

參數

notificationId
UInt32

unsigned int

uint32_t

要移除之通知的識別碼。

適用於