BluetoothLEAdvertisement.DataSections プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
生データ セクションの一覧を取得します。
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 プロパティのみをコピーする必要があります。