Partager via


UserNotificationListener.GetNotification(UInt32) Méthode

Définition

Récupère la notification spécifiée.

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

Paramètres

notificationId
UInt32

unsigned int

uint32_t

ID de la notification à récupérer.

Retours

Notification si elle existe ; sinon, null.

S’applique à