다음을 통해 공유


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>

from 요소를 지정하는 흐름 API의 진입점입니다.

to
Func<AppQuery,AppQuery>

to 요소를 지정하는 흐름 API의 진입점입니다.

적용 대상

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 요소의 표시된 선택기입니다.

적용 대상