TextPredictionGenerator.InputScope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the input scope for text prediction.
public:
property CoreTextInputScope InputScope { CoreTextInputScope get(); void set(CoreTextInputScope value); };
CoreTextInputScope InputScope();
void InputScope(CoreTextInputScope value);
public CoreTextInputScope InputScope { get; set; }
var coreTextInputScope = textPredictionGenerator.inputScope;
textPredictionGenerator.inputScope = coreTextInputScope;
Public Property InputScope As CoreTextInputScope
Property Value
A CoreTextInputScope value.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|