InputView.IsTextPredictionEnabled プロパティ

定義

テキスト予測と自動テキスト修正を有効にするかどうかを制御する値を取得または設定します。

public:
 property bool IsTextPredictionEnabled { bool get(); void set(bool value); };
public bool IsTextPredictionEnabled { get; set; }
member this.IsTextPredictionEnabled : bool with get, set
Public Property IsTextPredictionEnabled As Boolean

プロパティ値

true テキスト予測 (自動修正) が有効になっている場合は 。 それ以外の場合は false を返します。

注釈

Windows では、テキスト予測はタッチ キーボードにのみ影響し、キーボードの単語候補にのみ影響します。

適用対象