次の方法で共有


GattDeviceServicesResult.Services プロパティ

定義

サービスを取得します。

public:
 property IVectorView<GattDeviceService ^> ^ Services { IVectorView<GattDeviceService ^> ^ get(); };
IVectorView<GattDeviceService> Services();
public IReadOnlyList<GattDeviceService> Services { get; }
var iVectorView = gattDeviceServicesResult.services;
Public ReadOnly Property Services As IReadOnlyList(Of GattDeviceService)

プロパティ値

サービス。

Windows の要件

アプリの機能
bluetooth

適用対象