共用方式為


ICoreWindowKeyboardInput 介面

定義

注意

IsKeyboardInputEnabled可能會在 8.1 GDR2 Windows Phone之後變更或無法使用。

Windows 執行階段類別必須實作的介面,才能處理鍵盤輸入。

public interface class ICoreWindowKeyboardInput
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(426448734, 6707, 19223, 153, 53, 51, 142, 246, 68, 52, 119)]
struct ICoreWindowKeyboardInput
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.Guid(426448734, 6707, 19223, 153, 53, 51, 142, 246, 68, 52, 119)]
public interface ICoreWindowKeyboardInput
Public Interface ICoreWindowKeyboardInput
屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Phone.PhoneInternalContract (已於 v1.0 引進)

屬性

IsKeyboardInputEnabled

注意

IsKeyboardInputEnabled可能會在 8.1 GDR2 Windows Phone之後變更或無法使用。

取得或設定觸控式鍵盤是否向使用者顯示文字輸入。

KeyboardInputBuffer

注意

Windows.Phone.UI.Core.ICoreWindowKeyboardInput.KeyboardInputBuffer可能會在 Windows Phone 8.1 GDR2 之後變更或無法使用版本。

** only:** 取得或設定用來接收緩衝文字輸入的 KeyboardInputBuffer 物件。

適用於