Share via


GattCharacteristicNotificationTriggerDetails.ValueChangedEvents プロパティ

定義

このトリガーの値変更イベントを取得します。

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)

プロパティ値

このトリガーの値変更イベントを取得します。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

適用対象