Compartilhar via


GattDeviceService.ParentServices Propriedade

Definição

Obtém a lista somente leitura de serviços pai para esse serviço.

Importante

A API ParentServices foi preterida e pode não estar disponível em versões futuras do 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)

Valor da propriedade

Uma lista somente leitura de serviços pai dos quais esse objeto é derivado, se esse GattDeviceService for um serviço incluído; Caso contrário, nulo.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a