共用方式為


KeyboardInputBuffer.InputScope 屬性

定義

取得或設定輸入範圍,決定在手機上的軟體輸入面板鍵盤上顯示的按鍵集

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

void InputScope(CoreInputScope value);
public CoreInputScope InputScope { get; set; }
var coreInputScope = keyboardInputBuffer.inputScope;
keyboardInputBuffer.inputScope = coreInputScope;
Public Property InputScope As CoreInputScope

屬性值

輸入範圍。

備註

預設輸入範圍是 CoreInputScope::Text。

適用於