Bagikan melalui


BluetoothLEAdvertisement.DataSections Properti

Definisi

Mendapatkan daftar bagian data mentah.

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)

Nilai Properti

Daftar bagian data mentah.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Keterangan

Ketika BluetoothLEAdvertisement dihasilkan oleh sistem, properti lain adalah representasi yang berbeda dari bagian yang terkandung dalam daftar ini. Dengan demikian, hanya properti DataSections yang perlu disalin saat beralih di antara penggunaan yang berbeda.

Berlaku untuk