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

适用于