次の方法で共有


GattDescriptorsResult.Descriptors プロパティ

定義

GATT 記述子のベクターを取得します。

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

プロパティ値

GATT 記述子のベクター。

Windows の要件

アプリの機能
bluetooth

適用対象