次の方法で共有


TextPredictionGenerator.InputScope プロパティ

定義

テキスト予測の入力スコープを取得または設定します。

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

プロパティ値

CoreTextInputScope 値。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象