다음을 통해 공유


BarcodeScannerProviderConnection.SupportedSymbologies 속성

정의

바코드 스캐너 공급자의 지원되는 기호를 가져옵니다.

public:
 property IVector<unsigned int> ^ SupportedSymbologies { IVector<unsigned int> ^ get(); };
IVector<uint32_t> SupportedSymbologies();
public IList<uint> SupportedSymbologies { get; }
var iVector = barcodeScannerProviderConnection.supportedSymbologies;
Public ReadOnly Property SupportedSymbologies As IList(Of UInteger)

속성 값

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

지원되는 기호입니다.

적용 대상