AndroidApp.ScrollToVerticalStart 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
ScrollToVerticalStart(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>) |
Scrollen Sie das übereinstimmende Element, sodass das oberste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet. |
ScrollToVerticalStart(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>) |
Scrollen Sie das übereinstimmende Element, sodass das oberste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet. |
ScrollToVerticalStart(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)
Scrollen Sie das übereinstimmende Element, sodass das oberste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet.
public void ScrollToVerticalStart (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.ScrollToVerticalStart : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * Nullable<TimeSpan> -> unit
Public Sub ScrollToVerticalStart (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
Gilt für:
ScrollToVerticalStart(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)
Scrollen Sie das übereinstimmende Element, sodass das oberste untergeordnete Element sichtbar ist. Wenn mehrere Elemente übereinstimmen, wird das erste element verwendet.
public void ScrollToVerticalStart (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, Nullable<TimeSpan> timeout = null);
member this.ScrollToVerticalStart : string * Xamarin.UITest.ScrollStrategy * double * int * Nullable<TimeSpan> -> unit
Public Sub ScrollToVerticalStart (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