Compartir a través de


BluetoothLEAdvertisement.DataSections Propiedad

Definición

Obtiene la lista de secciones de datos sin procesar.

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)

Valor de propiedad

Lista de secciones de datos sin procesar.

Requisitos de Windows

Características de aplicaciones
bluetooth

Comentarios

Cuando el sistema genera un BluetoothLEAdvertisement , las demás propiedades son representaciones diferentes de las secciones contenidas en esta lista. Por lo tanto, solo es necesario copiar la propiedad DataSections al cambiar entre los distintos usos.

Se aplica a