Partager via


SlipPrinterCapabilities.SupportedCharactersPerLine Propriété

Définition

Obtient une collection des largeurs de ligne en caractères par ligne prise en charge par la station d’imprimante de glissement.

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

Valeur de propriété

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Collection des largeurs de ligne en caractères par ligne prise en charge par la station d’imprimante de glissement.

Implémente

S’applique à

Voir aussi