ClaimedLineDisplay.SupportedCharacterSets 属性

定义

获取行显示支持的字符集。

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)

属性值

支持的字符集编号。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

每个字符集由一个数字标识,该数字可以是特定于设备的字符集编号或代码页,包括 997 (Unicode) 、ASCII (998) 和 ANSI (999) 。

适用于