次の方法で共有


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) など、デバイス固有の文字セット番号またはコード ページのいずれかである可能性がある数値で識別されます。

適用対象