ICoreWindowKeyboardInput 接口

定义

注意

Windows Phone 8.1 GDR2 后,IsKeyboardInputEnabled 可能会更改或不可用。

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

注意

Windows Phone 8.1 GDR2 后,IsKeyboardInputEnabled 可能会更改或不可用。

获取或设置是否向用户显示触摸键盘以便输入文本。

KeyboardInputBuffer

注意

Windows Phone 8.1 GDR2 后,Windows.Phone.UI.Core.ICoreWindowKeyboardInput.KeyboardInputBuffer 可能会更改或不可用。

** only:** 获取或设置用于接收缓冲文本输入的 KeyboardInputBuffer 对象。

适用于