ClaimedLineDisplay.SupportedCharacterSets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).