GattCharacteristic.GetAllDescriptors 方法

定义

获取属于此 GattCharacteristic 实例的所有描述符的集合。

重要

GetAllDescriptors API 已弃用,将来的 Windows 版本中可能不可用。 请改用 GetDescriptorsAsync

public:
 virtual IVectorView<GattDescriptor ^> ^ GetAllDescriptors() = GetAllDescriptors;
IVectorView<GattDescriptor> GetAllDescriptors();
/// [Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsAsync instead of GetAllDescriptors.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDescriptor> GetAllDescriptors();
public IReadOnlyList<GattDescriptor> GetAllDescriptors();
[Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsAsync instead of GetAllDescriptors.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDescriptor> GetAllDescriptors();
function getAllDescriptors()
Public Function GetAllDescriptors () As IReadOnlyList(Of GattDescriptor)

返回

属于此 GattCharacteristic 实例的所有描述符的集合。

属性

Windows 要求

应用功能
bluetooth

适用于