PushNotificationReceivedEventArgs.Cancel Propriété

Définition

Obtient ou définit si Windows doit effectuer sa gestion par défaut de la notification.

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = pushNotificationReceivedEventArgs.cancel;
pushNotificationReceivedEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Valeur de propriété

Boolean

bool

True pour empêcher le traitement par défaut de la notification par Windows, sinon false. La valeur par défaut est false.

Configuration requise pour Windows

Fonctionnalités de l’application
internetClient

S’applique à

Voir aussi