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

적용 대상