次の方法で共有


CoreTextEditContext.InputScope プロパティ

定義

テキスト入力コントロールの入力範囲を示す値を取得または設定します。

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 です

適用対象