BluetoothLEAdvertisement.DataSections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of raw data sections.
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)
Property Value
The list of raw data sections.
Windows requirements
App capabilities |
bluetooth
|
Remarks
When a BluetoothLEAdvertisement is generated by the system, the other properties are different representations of the sections contained within this list. As such, only the DataSections property needs to be copied when switching between the different usages.