AndroidApp.ScrollToHorizontalStart Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ScrollToHorizontalStart(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>) |
Scrollen Sie mit dem übereinstimmenden Element, sodass das linksste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet. |
ScrollToHorizontalStart(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>) |
Scrollen Sie mit dem übereinstimmenden Element, sodass das linksste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet. |
ScrollToHorizontalStart(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)
Scrollen Sie mit dem übereinstimmenden Element, sodass das linksste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet.
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)
Parameter
- withinMarked
- String
- strategy
- ScrollStrategy
- swipePercentage
- Double
- swipeSpeed
- Int32
Gilt für:
ScrollToHorizontalStart(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)
Scrollen Sie mit dem übereinstimmenden Element, sodass das linksste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet.
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)
Parameter
- strategy
- ScrollStrategy
- swipePercentage
- Double
- swipeSpeed
- Int32