BluetoothLEAdvertisement.ServiceUuids 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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)
属性值
GUID 的 IVector,表示 128 位 GUID 格式的服务 UUID 列表。 此属性将所有 16 位、32 位和 128 位服务 UUID 聚合到单个列表中。
Windows 要求
应用功能 |
bluetooth
|