UserNotificationListener.GetNotification(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified notification.
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
Parameters
- notificationId
-
UInt32
unsigned int
uint32_t
The ID of the notification to retrieve.
Returns
The notification if it exists; otherwise, null.