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。

适用于