Condividi tramite


GattDeviceService.ParentServices Proprietà

Definizione

Ottiene l'elenco di sola lettura dei servizi padre per questo servizio.

Importante

L'API ParentServices è deprecata e potrebbe non essere disponibile nelle versioni future di 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)

Valore della proprietà

Elenco di sola lettura dei servizi padre da cui deriva questo oggetto, se questo gattDeviceService è un servizio incluso; In caso contrario, Null.

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a