次の方法で共有


GattLocalCharacteristic.Descriptors プロパティ

定義

このローカル特性のすべての記述子のベクター リストを取得します。

public:
 property IVectorView<GattLocalDescriptor ^> ^ Descriptors { IVectorView<GattLocalDescriptor ^> ^ get(); };
IVectorView<GattLocalDescriptor> Descriptors();
public IReadOnlyList<GattLocalDescriptor> Descriptors { get; }
var iVectorView = gattLocalCharacteristic.descriptors;
Public ReadOnly Property Descriptors As IReadOnlyList(Of GattLocalDescriptor)

プロパティ値

このローカル特性のすべての記述子のベクトル リスト。

Windows の要件

アプリの機能
bluetooth

適用対象