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