AppQuery.Invoke 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
Invoke(String) |
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results. |
Invoke(String, Object) |
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results. |
Invoke(String, Object, Object) |
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results. |
Invoke(String, Object, Object, Object) |
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results. |
Invoke(String, Object, Object, Object, Object) |
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results. |
Invoke(String, Object, Object, Object, Object, Object) |
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results. |
Invoke(String)
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.
public Xamarin.UITest.Queries.AppTypedSelector<object> Invoke (string methodName);
member this.Invoke : string -> Xamarin.UITest.Queries.AppTypedSelector<obj>
Public Function Invoke (methodName As String) As AppTypedSelector(Of Object)
Parameters
- methodName
- String
The name of the method.
Returns
Applies to
Invoke(String, Object)
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.
public Xamarin.UITest.Queries.AppTypedSelector<object> Invoke (string methodName, object arg1);
member this.Invoke : string * obj -> Xamarin.UITest.Queries.AppTypedSelector<obj>
Public Function Invoke (methodName As String, arg1 As Object) As AppTypedSelector(Of Object)
Parameters
- methodName
- String
The name of the method.
- arg1
- Object
The 1st parameter.
Returns
Applies to
Invoke(String, Object, Object)
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.
public Xamarin.UITest.Queries.AppTypedSelector<object> Invoke (string methodName, object arg1, object arg2);
member this.Invoke : string * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<obj>
Public Function Invoke (methodName As String, arg1 As Object, arg2 As Object) As AppTypedSelector(Of Object)
Parameters
- methodName
- String
The name of the method.
- arg1
- Object
The 1st parameter.
- arg2
- Object
The 2nd parameter.
Returns
Applies to
Invoke(String, Object, Object, Object)
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.
public Xamarin.UITest.Queries.AppTypedSelector<object> Invoke (string methodName, object arg1, object arg2, object arg3);
member this.Invoke : string * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<obj>
Public Function Invoke (methodName As String, arg1 As Object, arg2 As Object, arg3 As Object) As AppTypedSelector(Of Object)
Parameters
- methodName
- String
The name of the method.
- arg1
- Object
The 1st parameter.
- arg2
- Object
The 2nd parameter.
- arg3
- Object
The 3rd parameter.
Returns
Applies to
Invoke(String, Object, Object, Object, Object)
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.
public Xamarin.UITest.Queries.AppTypedSelector<object> Invoke (string methodName, object arg1, object arg2, object arg3, object arg4);
member this.Invoke : string * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<obj>
Public Function Invoke (methodName As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object) As AppTypedSelector(Of Object)
Parameters
- methodName
- String
The name of the method.
- arg1
- Object
The 1st parameter.
- arg2
- Object
The 2nd parameter.
- arg3
- Object
The 3rd parameter.
- arg4
- Object
The 4th parameter.
Returns
Applies to
Invoke(String, Object, Object, Object, Object, Object)
Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.
public Xamarin.UITest.Queries.AppTypedSelector<object> Invoke (string methodName, object arg1, object arg2, object arg3, object arg4, object arg5);
member this.Invoke : string * obj * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<obj>
Public Function Invoke (methodName As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object) As AppTypedSelector(Of Object)
Parameters
- methodName
- String
The name of the method.
- arg1
- Object
The 1st parameter.
- arg2
- Object
The 2nd parameter.
- arg3
- Object
The 3rd parameter.
- arg4
- Object
The 4th parameter.
- arg5
- Object
The 5th parameter.