Compartilhar via


GattCharacteristicNotificationTriggerDetails.ValueChangedEvents Propriedade

Definição

Obtém os eventos de alteração de valor para esse gatilho.

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)

Valor da propriedade

Obtém os eventos de alteração de valor para esse gatilho.

Requisitos do Windows

Família de dispositivos
Windows 10 Creators Update (introduzida na 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v4.0)
Funcionalidades do aplicativo
bluetooth

Aplica-se a