Compartilhar via


GattDeviceService.GetAllCharacteristics Método

Definição

Obtém a coleção de todas as características que pertencem a essa instância gattDeviceService.

Importante

A API GetAllCharacteristics foi preterida e pode não estar disponível em versões futuras do Windows. Em vez disso, use GetCharacteristicsAsync.

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

Retornos

A coleção de todas as características que pertencem a esta instância gattDeviceService.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a