Share via


BluetoothLEAdvertisement.DataSections プロパティ

定義

生データ セクションの一覧を取得します。

public:
 property IVector<BluetoothLEAdvertisementDataSection ^> ^ DataSections { IVector<BluetoothLEAdvertisementDataSection ^> ^ get(); };
IVector<BluetoothLEAdvertisementDataSection> DataSections();
public IList<BluetoothLEAdvertisementDataSection> DataSections { get; }
var iVector = bluetoothLEAdvertisement.dataSections;
Public ReadOnly Property DataSections As IList(Of BluetoothLEAdvertisementDataSection)

プロパティ値

生データ セクションの一覧。

Windows の要件

アプリの機能
bluetooth

注釈

システムによって BluetoothLEAdvertisement が生成されると、その他のプロパティは、この一覧に含まれるセクションの異なる表現になります。 そのため、異なる使用法を切り替える場合は、DataSections プロパティのみをコピーする必要があります。

適用対象