Поделиться через


GattCharacteristic.GetAllDescriptors Метод

Определение

Возвращает коллекцию всех дескрипторов, принадлежащих данному экземпляру GattCharacteristic.

Важно!

API GetAllDescriptors является устаревшим и может быть недоступен в будущих версиях 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

Применяется к