BluetoothLEAdvertisement.ServiceUuids 属性

定义

获取 BluetoothLEAdvertisement 中 128 位 GUID 格式的服务 UUID (列表) 。

public:
 property IVector<Platform::Guid> ^ ServiceUuids { IVector<Platform::Guid> ^ get(); };
IVector<winrt::guid> ServiceUuids();
public IList<Guid> ServiceUuids { get; }
var iVector = bluetoothLEAdvertisement.serviceUuids;
Public ReadOnly Property ServiceUuids As IList(Of Guid)

属性值

IVector<Guid>

IList<Guid>

IVector<Platform::Guid>

IVector<winrt::guid>

GUIDIVector,表示 128 位 GUID 格式的服务 UUID 列表。 此属性将所有 16 位、32 位和 128 位服务 UUID 聚合到单个列表中。

Windows 要求

应用功能
bluetooth

适用于