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 中引入)

适用于