Condividi tramite


GattCharacteristic.GetAllDescriptors Metodo

Definizione

Ottiene la raccolta di tutti i descrittori appartenenti a questa istanza GattCharacteristic.

Importante

L'API GetAllDescriptors è deprecata e potrebbe non essere disponibile nelle versioni future di Windows. Usare invece 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)

Restituisce

Raccolta di tutti i descrittori appartenenti a questa istanza gattcharacteristica.

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a