UserNotificationListener.GetNotification(UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera a notificação especificada.
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
Parâmetros
- notificationId
-
UInt32
unsigned int
uint32_t
A ID da notificação a ser recuperada.
Retornos
A notificação se ela existir; caso contrário, nulo.