Freigeben über


GattDeviceService.GetIncludedServices(Guid) Methode

Definition

Gibt einen Vektor von eingeschlossenen Diensten zurück, die durch die angegebene UUID identifiziert werden und zu diesem GattDeviceService-instance gehören.

Wichtig

Die GetIncludedServices-API ist veraltet und in zukünftigen Windows-Versionen möglicherweise nicht verfügbar. Verwenden Sie stattdessen GetIncludedServicesForUuidAsync.

public:
 virtual IVectorView<GattDeviceService ^> ^ GetIncludedServices(Platform::Guid serviceUuid) = GetIncludedServices;
IVectorView<GattDeviceService> GetIncludedServices(winrt::guid const& serviceUuid);
/// [Windows.Foundation.Metadata.Deprecated("Use GetIncludedServicesForUuidAsync instead of GetIncludedServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDeviceService> GetIncludedServices(winrt::guid const& serviceUuid);
public IReadOnlyList<GattDeviceService> GetIncludedServices(Guid serviceUuid);
[Windows.Foundation.Metadata.Deprecated("Use GetIncludedServicesForUuidAsync instead of GetIncludedServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDeviceService> GetIncludedServices(Guid serviceUuid);
function getIncludedServices(serviceUuid)
Public Function GetIncludedServices (serviceUuid As Guid) As IReadOnlyList(Of GattDeviceService)

Parameter

serviceUuid
Guid

Platform::Guid

winrt::guid

Die UUID für die enthaltenen Dienste, die abgerufen werden sollen.

Gibt zurück

Ein Vektor von eingeschlossenen Diensten, deren UUIDs mit serviceUuid übereinstimmen.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: