UserNotificationListener.GetNotification(UInt32) 方法

定义

检索指定的通知。

public:
 virtual UserNotification ^ GetNotification(unsigned int notificationId) = GetNotification;
UserNotification GetNotification(uint32_t const& notificationId);
public UserNotification GetNotification(uint notificationId);
function getNotification(notificationId)
Public Function GetNotification (notificationId As UInteger) As UserNotification

参数

notificationId
UInt32

unsigned int

uint32_t

要检索的通知的 ID。

返回

通知(如果存在);否则为 null

适用于