Поделиться через


IApp.DragAndDrop Метод

Определение

Перегрузки

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

Перетаскивает объект из элемента в элемент в элемент .

DragAndDrop(String, String)

Перетаскивает объект из элемента в элемент в элемент .

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

Перетаскивает объект из элемента в элемент в элемент .

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

Параметры

from
Func<AppQuery,AppQuery>

Точка входа для текучих API для указания элемента from.

to
Func<AppQuery,AppQuery>

Точка входа для текучих API для указания элемента to.

Применяется к

DragAndDrop(String, String)

Перетаскивает объект из элемента в элемент в элемент .

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

Параметры

from
String

Помечен селектор элемента from.

to
String

Помечен селектор элемента to.

Применяется к