IApp.DragAndDrop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>) |
Drags the from element to the to element. |
DragAndDrop(String, String) |
Drags the from element to the to element. |
DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>)
Drags the from element to the to 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))
Parameters
Applies to
DragAndDrop(String, String)
Drags the from element to the to element.
public void DragAndDrop (string from, string to);
abstract member DragAndDrop : string * string -> unit
Public Sub DragAndDrop (from As String, to As String)
Parameters
- from
- String
Marked selector of the from element.
- to
- String
Marked selector of the to element.