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