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

适用于