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(유니코드), ASCII(998) 및 ANSI(999)를 포함하여 디바이스별 문자 집합 번호 또는 코드 페이지일 수 있는 숫자로 식별됩니다.

적용 대상