Share via


ClaimedLineDisplay.SupportedCharacterSets Property

Definition

Gets the character sets supported by the line display.

public:
 property IVectorView<int> ^ SupportedCharacterSets { IVectorView<int> ^ get(); };
IVectorView<int> SupportedCharacterSets();
public IReadOnlyList<int> SupportedCharacterSets { get; }
var iVectorView = claimedLineDisplay.supportedCharacterSets;
Public ReadOnly Property SupportedCharacterSets As IReadOnlyList(Of Integer)

Property Value

The character set numbers supported.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

Each character set is identified by a number which may be either a device-specific character set number or a code page, including 997 (Unicode), ASCII (998) and ANSI (999).

Applies to