Freigeben über


IApp.DragAndDrop Methode

Definition

Überlädt

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

Zieht das vom -Element auf das -Element.

DragAndDrop(String, String)

Zieht das vom -Element auf das -Element.

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

Zieht das vom -Element auf 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
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.

Gilt für:

DragAndDrop(String, String)

Zieht das vom -Element auf das -Element.

public void DragAndDrop (string from, string to);
abstract member 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.

Gilt für: