다음을 통해 공유


AndroidApp.ScrollToHorizontalStart 메서드

정의

오버로드

ScrollToHorizontalStart(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

맨 왼쪽 자식 요소가 표시되도록 일치하는 요소를 스크롤합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

ScrollToHorizontalStart(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

맨 왼쪽 자식 요소가 표시되도록 일치하는 요소를 스크롤합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

ScrollToHorizontalStart(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

맨 왼쪽 자식 요소가 표시되도록 일치하는 요소를 스크롤합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

public void ScrollToHorizontalStart (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, Nullable<TimeSpan> timeout = null);
member this.ScrollToHorizontalStart : string * Xamarin.UITest.ScrollStrategy * double * int * Nullable<TimeSpan> -> unit
Public Sub ScrollToHorizontalStart (withinMarked As String, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional timeout As Nullable(Of TimeSpan) = null)

매개 변수

withinMarked
String
strategy
ScrollStrategy
swipePercentage
Double
swipeSpeed
Int32
timeout
Nullable<TimeSpan>

적용 대상

ScrollToHorizontalStart(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

맨 왼쪽 자식 요소가 표시되도록 일치하는 요소를 스크롤합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

public void ScrollToHorizontalStart (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, Nullable<TimeSpan> timeout = null);
member this.ScrollToHorizontalStart : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * Nullable<TimeSpan> -> unit
Public Sub ScrollToHorizontalStart (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 timeout As Nullable(Of TimeSpan) = null)

매개 변수

withinQuery
Func<AppQuery,AppQuery>
strategy
ScrollStrategy
swipePercentage
Double
swipeSpeed
Int32
timeout
Nullable<TimeSpan>

적용 대상