Partager via


GattDeviceService.GetAllIncludedServices Méthode

Définition

Obtient la collection de tous les services inclus appartenant à ce instance GattDeviceService.

Important

L’API GetAllCharacteristics est déconseillée et peut ne pas être disponible dans les versions futures de Windows. Utilisez plutôt GetIncludedServicesAsync.

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

Retours

Collection de tous les services inclus appartenant à ce instance GattDeviceService.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à