共用方式為


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 屬性。

適用於