共用方式為


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

適用於