BaseInputConnection.SetComposingRegion(Int32, Int32) 方法

定义

将某一文本区域标记为撰写文本。

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

参数

start
Int32

撰写区域开始的文本中的位置

end
Int32

撰写区域结束的文本中的位置

返回

实现

属性

注解

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

适用于