共用方式為


CoreTextEditContext.InputScope 屬性

定義

取得或設定值,這個值表示文字輸入控制項的輸入範圍。

public:
 property CoreTextInputScope InputScope { CoreTextInputScope get(); void set(CoreTextInputScope value); };
CoreTextInputScope InputScope();

void InputScope(CoreTextInputScope value);
public CoreTextInputScope InputScope { get; set; }
var coreTextInputScope = coreTextEditContext.inputScope;
coreTextEditContext.inputScope = coreTextInputScope;
Public Property InputScope As CoreTextInputScope

屬性值

其中一個 CoreTextInputScope 列舉值。 預設值為 Default

適用於