共用方式為


KeyboardInputBuffer 類別

定義

提供文字緩衝區的存取權,用來將使用者輸入匯總至手機上的軟體輸入面板鍵盤。

public ref class KeyboardInputBuffer sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Phone.PhoneInternalContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KeyboardInputBuffer final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneInternalContract")]
class KeyboardInputBuffer final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Phone.PhoneInternalContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class KeyboardInputBuffer
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneInternalContract")]
public sealed class KeyboardInputBuffer
Public NotInheritable Class KeyboardInputBuffer
繼承
Object Platform::Object IInspectable KeyboardInputBuffer
屬性

Windows 需求

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

備註

Windows Phone 8

只有原生應用程式才支援此 API。

建構函式

KeyboardInputBuffer()

初始化 KeyboardInputBuffer 類別的新實例。

屬性

InputScope

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

SelectionLength

取得輸入緩衝區中目前選取範圍中的字元數。

SelectionStart

取得在輸入緩衝區中選取之文字的開始位置。

Text

取得或設定輸入緩衝區的內容。

方法

Select(UInt32, UInt32)

選取輸入緩衝區中的文字範圍。

SelectFromTap(UInt32)

選取文字範圍,就像使用者已點選輸入緩衝區中指定的字元一樣。

事件

SelectionChanged

發生于輸入緩衝區內的文字選取範圍已變更時。

TextChanged

發生于輸入緩衝區中的內容變更時。

適用於