MockCursor.Move(Int32) 方法

定义

将光标从当前位置移动相对量(向前或向后)。

[Android.Runtime.Register("move", "(I)Z", "GetMove_IHandler")]
public virtual bool Move (int offset);
[<Android.Runtime.Register("move", "(I)Z", "GetMove_IHandler")>]
abstract member Move : int -> bool
override this.Move : int -> bool

参数

offset
Int32

要从当前位置应用的偏移量。

返回

实现

属性

注解

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

适用于