CultureInfo.KeyboardLayoutId プロパティ

定義

アクティブな入力ロケール識別子を取得します。

public:
 virtual property int KeyboardLayoutId { int get(); };
public virtual int KeyboardLayoutId { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual int KeyboardLayoutId { get; }
member this.KeyboardLayoutId : int
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.KeyboardLayoutId : int
Public Overridable ReadOnly Property KeyboardLayoutId As Integer

プロパティ値

Int32

入力ロケール識別子を指定する 32 ビットの符号付き数値。

属性

注釈

入力ロケール識別子は、以前はキーボード レイアウトと呼ばばがありました。 入力ロケール識別子は、音声テキスト変換コンバーター、入力メソッド エディター (IME)、または他の形式の入力も示すので、キーボード レイアウトよりも広範な概念です。

適用対象