GattDescriptorsResult.Descriptors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a vector of the GATT descriptors.
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)
Property Value
A vector of the GATT descriptors.
Windows requirements
App capabilities |
bluetooth
|