GattCharacteristicNotificationTriggerDetails.ValueChangedEvents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les événements de modification de valeur pour ce déclencheur.
public:
property IVectorView<GattValueChangedEventArgs ^> ^ ValueChangedEvents { IVectorView<GattValueChangedEventArgs ^> ^ get(); };
IVectorView<GattValueChangedEventArgs> ValueChangedEvents();
public IReadOnlyList<GattValueChangedEventArgs> ValueChangedEvents { get; }
var iVectorView = gattCharacteristicNotificationTriggerDetails.valueChangedEvents;
Public ReadOnly Property ValueChangedEvents As IReadOnlyList(Of GattValueChangedEventArgs)
Valeur de propriété
Obtient les événements de modification de valeur pour ce déclencheur.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Fonctionnalités de l’application |
bluetooth
|