Share via


TextPredictionGenerator.InputScope Property

Definition

Overloads

InputScope

Gets or sets the input scope for text prediction.

InputScope

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)

Applies to