다음을 통해 공유


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

적용 대상