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 속성만 복사해야 합니다.