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.

Применяется к