ClaimedLineDisplay.SupportedCharacterSets プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
行の表示でサポートされている文字セットを取得します。
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) など、デバイス固有の文字セット番号またはコード ページのいずれかである可能性がある数値で識別されます。