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

適用対象