次の方法で共有


ReceiptPrinterCapabilities.SupportedCharactersPerLine プロパティ

定義

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

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

プロパティ値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

レシート プリンター ステーションがサポートする行ごとの行幅のコレクションです。

実装

適用対象

こちらもご覧ください