PosPrinter.SupportedCharacterSets 属性

定义

获取服务点打印机支持的字符集列表。

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

属性值

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

服务点打印机支持的字符集的数值列表。

适用于

另请参阅