Share via


ICommonPosPrintStationCapabilities.SupportedCharactersPerLine プロパティ

定義

プリンター ステーションがサポートする 1 行あたりの行幅のコレクションを取得します。

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

プロパティ値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

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

適用対象

こちらもご覧ください