次の方法で共有


BluetoothLEAdvertisement.ServiceUuids プロパティ

定義

BluetoothLEAdvertisement のサービス UUID (128 ビット GUID 形式) の一覧を取得します。

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>

128 ビット GUID 形式のサービス UUID の一覧を表す GUID の IVector。 このプロパティは、すべての 16 ビット、32 ビット、および 128 ビットサービス UUID を 1 つのリストに集約します。

Windows の要件

アプリの機能
bluetooth

適用対象