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>

Список числовых значений для наборов символов, поддерживаемых принтером точки обслуживания.

Применяется к

См. также раздел