Freigeben über


iOSApp.DragAndDrop Methode

Definition

Überlädt

DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>)

Zieht das von -Element in das -Element in das -Element.

DragAndDrop(String, String)

Zieht das von -Element in das -Element in das -Element.

DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>, Nullable<TimeSpan>, Nullable<TimeSpan>)

Zieht das von -Element in das -Element in das -Element.

DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>)

Zieht das von -Element in das -Element in das -Element.

public void DragAndDrop (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> from, Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> to);
abstract member DragAndDrop : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
override this.DragAndDrop : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
Public Sub DragAndDrop (from As Func(Of AppQuery, AppQuery), to As Func(Of AppQuery, AppQuery))

Parameter

from
Func<AppQuery,AppQuery>

Einstiegspunkt für die Fluent-API, um das from-Element anzugeben.

to
Func<AppQuery,AppQuery>

Einstiegspunkt für die Fluent-API, um das to-Element anzugeben.

Implementiert

Gilt für:

DragAndDrop(String, String)

Zieht das von -Element in das -Element in das -Element.

public void DragAndDrop (string from, string to);
abstract member DragAndDrop : string * string -> unit
override this.DragAndDrop : string * string -> unit
Public Sub DragAndDrop (from As String, to As String)

Parameter

from
String

Markierter Selektor des from-Elements.

to
String

Markierter Selektor des an-Elements.

Implementiert

Gilt für:

DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>, Nullable<TimeSpan>, Nullable<TimeSpan>)

Zieht das von -Element in das -Element in das -Element.

public void DragAndDrop (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> from, Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> to, Nullable<TimeSpan> duration = null, Nullable<TimeSpan> holdTime = null);
member this.DragAndDrop : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Nullable<TimeSpan> * Nullable<TimeSpan> -> unit
Public Sub DragAndDrop (from As Func(Of AppQuery, AppQuery), to As Func(Of AppQuery, AppQuery), Optional duration As Nullable(Of TimeSpan) = null, Optional holdTime As Nullable(Of TimeSpan) = null)

Parameter

from
Func<AppQuery,AppQuery>

Einstiegspunkt für die Fluent-API, um das from-Element anzugeben.

to
Func<AppQuery,AppQuery>

Einstiegspunkt für die Fluent-API, um das to-Element anzugeben.

duration
Nullable<TimeSpan>

Die TimeSpan Dauer der Schwenkbewegung ohne die Haltezeit.

holdTime
Nullable<TimeSpan>

Die TimeSpan Dauer, mit der das anfängliche Drücken gehalten werden soll, bevor die Schwenkbewegung gestartet wird.

Gilt für: