次の方法で共有


GattDeviceService.ParentServices プロパティ

定義

このサービスの親サービスの読み取り専用リストを取得します。

重要

ParentServices API は非推奨であり、将来のバージョンの 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)

プロパティ値

この GattDeviceService が含まれているサービスの場合、このオブジェクトの派生元となる親サービスの読み取り専用リスト。それ以外の場合は null。

属性

Windows の要件

アプリの機能
bluetooth

適用対象