BaseInputConnection.GetTextBeforeCursor(Int32, GetTextFlags) 方法

定义

默认实现返回缓冲区中当前游标位置的给定文本量。

public string? GetTextBeforeCursor(int length, Android.Views.InputMethods.GetTextFlags flags);
member this.GetTextBeforeCursor : int * Android.Views.InputMethods.GetTextFlags -> string

参数

length
Int32
flags
GetTextFlags

返回

注解

默认实现返回缓冲区中当前游标位置的给定文本量。

Java文档android.view.inputmethod.BaseInputConnection.getTextBeforeCursor(int, int)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于