共用方式為


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

要擷取之通知的識別碼。

傳回

如果通知存在,則為 ;否則為 null

適用於