Partager via


GattDeviceService.ParentServices Propriété

Définition

Obtient la liste en lecture seule des services parents pour ce service.

Important

L’API ParentServices est déconseillée et peut ne pas être disponible dans les versions ultérieures de Windows.

public:
 property IVectorView<GattDeviceService ^> ^ ParentServices { IVectorView<GattDeviceService ^> ^ get(); };
IVectorView<GattDeviceService> ParentServices();
/// [get: Windows.Foundation.Metadata.Deprecated("ParentServices may be altered or unavailable in future releases.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDeviceService> ParentServices();
public IReadOnlyList<GattDeviceService> ParentServices { get; }
public IReadOnlyList<GattDeviceService> ParentServices { [Windows.Foundation.Metadata.Deprecated("ParentServices may be altered or unavailable in future releases.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = gattDeviceService.parentServices;
Public ReadOnly Property ParentServices As IReadOnlyList(Of GattDeviceService)

Valeur de propriété

Liste en lecture seule des services parents dont cet objet est dérivé, si ce Service GattDevice Est un service inclus ; Sinon, null.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à