Sdílet prostřednictvím


IApp.DragAndDrop Metoda

Definice

Přetížení

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

Přetáhne z elementu do elementu .

DragAndDrop(String, String)

Přetáhne z elementu do elementu .

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

Přetáhne z elementu do elementu .

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))

Parametry

from
Func<AppQuery,AppQuery>

Vstupní bod pro rozhraní FLUENT API k určení elementu from.

to
Func<AppQuery,AppQuery>

Vstupní bod rozhraní API fluent k určení elementu to.

Platí pro

DragAndDrop(String, String)

Přetáhne z elementu do elementu .

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

Parametry

from
String

Označený selektor prvku from.

to
String

Označený selektor elementu to.

Platí pro