Freigeben über


AndroidApp.ScrollLeft Methode

Definition

Überlädt

ScrollLeft(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)

Führt einen Bildlauf nach links bei der ersten Elementabgleichsabfrage durch.

ScrollLeft(String, ScrollStrategy, Double, Int32, Boolean)

Führt einen Bildlauf nach links bei der ersten Elementabgleichsabfrage durch.

ScrollLeft(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)

Führt einen Bildlauf nach links bei der ersten Elementabgleichsabfrage durch.

public void ScrollLeft (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.ScrollLeft : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollLeft (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)

Parameter

withinQuery
Func<AppQuery,AppQuery>

Einstiegspunkt für die Fluent-API, um anzugeben, in welchem Element ein Bildlauf erfolgen soll.

strategy
ScrollStrategy

Strategie für das Scrolling-Element.

swipePercentage
Double

Wie weit das Element ge wischen soll (von 0,0 auf 1,0). Wird beim programmgesteuerten Scrollen ignoriert.

swipeSpeed
Int32

Die Geschwindigkeit der Geste. Wird beim programmgesteuerten Scrollen ignoriert.

withInertia
Boolean

Gibt an, ob Wischbewegungen zu einer Unbewegheit führen sollen. Wird beim programmgesteuerten Scrollen ignoriert.

Gilt für:

ScrollLeft(String, ScrollStrategy, Double, Int32, Boolean)

Führt einen Bildlauf nach links bei der ersten Elementabgleichsabfrage durch.

public void ScrollLeft (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
member this.ScrollLeft : string * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollLeft (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)

Parameter

withinMarked
String

Markierter Selektor, um auszuwählen, in welchem Element ein Bildlauf erfolgen soll. Weitere Informationen finden Sie unter Marked(String).

strategy
ScrollStrategy

Strategie für das Scrolling-Element.

swipePercentage
Double

Wie weit das Element ge wischen soll (von 0,0 auf 1,0). Wird beim programmgesteuerten Scrollen ignoriert.

swipeSpeed
Int32

Die Geschwindigkeit der Geste. Wird beim programmgesteuerten Scrollen ignoriert.

withInertia
Boolean

Gibt an, ob Wischbewegungen zu einer Unbewegheit führen sollen. Wird beim programmgesteuerten Scrollen ignoriert.

Gilt für: