Share via


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>

サービス・プリンターがサポートする文字セットの数値のリスト。

適用対象

こちらもご覧ください