UserNotificationListener.GetNotification(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した通知を取得します。
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。