InputView.IsTextPredictionEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值控制是否启用文本预测和自动文本更正。
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 上,文本预测仅影响触摸键盘,仅影响键盘字词建议。