Bagikan melalui


PosPrinter.SupportedCharacterSets Properti

Definisi

Mendapatkan daftar set karakter yang didukung printer titik layanan.

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)

Nilai Properti

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Daftar nilai numerik untuk kumpulan karakter yang didukung oleh point-of-service-printer.

Berlaku untuk

Lihat juga