AndroidApp.ScrollRight 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ScrollRight(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean) |
在匹配查询的第一个元素上向右滚动。 |
ScrollRight(String, ScrollStrategy, Double, Int32, Boolean) |
在匹配查询的第一个元素上向右滚动。 |
ScrollRight(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)
在匹配查询的第一个元素上向右滚动。
public void ScrollRight (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> withinQuery = null, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
member this.ScrollRight : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollRight (Optional withinQuery As Func(Of AppQuery, AppQuery) = null, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)
参数
- strategy
- ScrollStrategy
滚动元素的策略。
- swipePercentage
- Double
从 0.0 到 1.0) , (跨元素轻扫的距离。 对于编程滚动,忽略。
- swipeSpeed
- Int32
手势的速度。 对于编程滚动,忽略。
- withInertia
- Boolean
轻扫是否应导致惯性。 对于编程滚动,忽略。
适用于
ScrollRight(String, ScrollStrategy, Double, Int32, Boolean)
在匹配查询的第一个元素上向右滚动。
public void ScrollRight (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
member this.ScrollRight : string * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollRight (withinMarked As String, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)
参数
- withinMarked
- String
标记选择器以选择要在其中滚动的元素。 有关详细信息,请参阅Marked(String)。
- strategy
- ScrollStrategy
滚动元素的策略。
- swipePercentage
- Double
从 0.0 到 1.0) , (跨元素轻扫的距离。 对于编程滚动,忽略。
- swipeSpeed
- Int32
手势的速度。 对于编程滚动,忽略。
- withInertia
- Boolean
轻扫是否应导致惯性。 对于编程滚动,忽略。