Partager via


GattCharacteristicNotificationTriggerDetails.ValueChangedEvents Propriété

Définition

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

S’applique à