PushNotificationChannel.Uri Propriété

Définition

Obtient l’URI représentant le canal de notification Push.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = pushNotificationChannel.uri;
Public ReadOnly Property Uri As Uri

Valeur de propriété

Remarques

Votre service cloud utilise cet URI pour envoyer une notification à l’appareil, en appelant l’événement PushReceived si le processus est déjà en cours d’exécution ou en lançant un nouveau processus si ce n’est pas le cas.

S’applique à