PosPrinter.SupportedBarcodeSymbologies 속성

정의

서비스 지점 프린터에서 지원하는 바코드 기호를 가져옵니다.

public:
 property IVectorView<unsigned int> ^ SupportedBarcodeSymbologies { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedBarcodeSymbologies();
public IReadOnlyList<uint> SupportedBarcodeSymbologies { get; }
var iVectorView = posPrinter.supportedBarcodeSymbologies;
Public ReadOnly Property SupportedBarcodeSymbologies As IReadOnlyList(Of UInteger)

속성 값

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

서비스 지점 프린터에서 지원하는 바코드 기호입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

적용 대상