CoreTextEditContext.InputScope プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト入力コントロールの入力範囲を示す値を取得または設定します。
public:
property CoreTextInputScope InputScope { CoreTextInputScope get(); void set(CoreTextInputScope value); };
CoreTextInputScope InputScope();
void InputScope(CoreTextInputScope value);
public CoreTextInputScope InputScope { get; set; }
var coreTextInputScope = coreTextEditContext.inputScope;
coreTextEditContext.inputScope = coreTextInputScope;
Public Property InputScope As CoreTextInputScope
プロパティ値
CoreTextInputScope 列挙値の 1 つ。 既定値は Default です。