次の方法で共有


JournalPrinterCapabilities.SupportedCharactersPerLine プロパティ

定義

ジャーナル プリンター ステーションがサポートする行ごとの文字数の行幅のコレクションを取得します。

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

プロパティ値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

ジャーナル・プリンター・ステーションがサポートする 1 行あたりの文字数の行幅のコレクション。

実装

適用対象

こちらもご覧ください