InputConnectionWrapper.SetSelection(Int32, Int32) 方法

定义

要添加

[Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")]
public virtual bool SetSelection (int start, int end);
[<Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")>]
abstract member SetSelection : int * int -> bool
override this.SetSelection : int * int -> bool

参数

start
Int32

选择应从其开始的字符索引。

end
Int32

所选内容应结束的字符索引。

返回

实现

属性

注解

要添加

适用于 . 的 android.view.inputmethod.InputConnectionWrapper.setSelection(int, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于