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

削除する通知の ID。

適用対象