AppQuery.Raw 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Raw(String, Object, Object, Object, Object, Object) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String, Object, Object, Object, Object) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String, Object, Object, Object) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String, Object, Object, Object, Object, Object, Object) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String, Object) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String, Object, Object) |
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。 |
Raw(String, Object, Object, Object, Object, Object)
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。
public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3, object arg4, object arg5);
member this.Raw : string * obj * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object) As AppTypedSelector(Of String)
参数
- calabashQuery
- String
要匹配的 Calabash 查询。
- arg1
- Object
要传递给 Calabash 查询的原始参数。
- arg2
- Object
要传递给 Calabash 查询的原始参数。
- arg3
- Object
要传递给 Calabash 查询的原始参数。
- arg4
- Object
要传递给 Calabash 查询的原始参数。
- arg5
- Object
要传递给 Calabash 查询的原始参数。
返回
适用于
Raw(String, Object, Object, Object, Object)
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。
public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3, object arg4);
member this.Raw : string * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object) As AppTypedSelector(Of String)
参数
- calabashQuery
- String
要匹配的 Calabash 查询。
- arg1
- Object
要传递给 Calabash 查询的原始参数。
- arg2
- Object
要传递给 Calabash 查询的原始参数。
- arg3
- Object
要传递给 Calabash 查询的原始参数。
- arg4
- Object
要传递给 Calabash 查询的原始参数。
返回
适用于
Raw(String, Object, Object, Object)
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。
public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3);
member this.Raw : string * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object) As AppTypedSelector(Of String)
参数
- calabashQuery
- String
要匹配的 Calabash 查询。
- arg1
- Object
要传递给 Calabash 查询的原始参数。
- arg2
- Object
要传递给 Calabash 查询的原始参数。
- arg3
- Object
要传递给 Calabash 查询的原始参数。
返回
适用于
Raw(String, Object, Object, Object, Object, Object, Object)
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。
public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6);
member this.Raw : string * obj * obj * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object) As AppTypedSelector(Of String)
参数
- calabashQuery
- String
要匹配的 Calabash 查询。
- arg1
- Object
要传递给 Calabash 查询的原始参数。
- arg2
- Object
要传递给 Calabash 查询的原始参数。
- arg3
- Object
要传递给 Calabash 查询的原始参数。
- arg4
- Object
要传递给 Calabash 查询的原始参数。
- arg5
- Object
要传递给 Calabash 查询的原始参数。
- arg6
- Object
要传递给 Calabash 查询的原始参数。
返回
适用于
Raw(String, Object)
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。
public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1);
member this.Raw : string * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object) As AppTypedSelector(Of String)
参数
- calabashQuery
- String
要匹配的 Calabash 查询。
- arg1
- Object
要传递给 Calabash 查询的原始参数。
返回
适用于
Raw(String)
Raw(String, Object, Object)
原始的 Calabash 选择器。 允许基于字符串的 Calabash 查询。
public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2);
member this.Raw : string * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object) As AppTypedSelector(Of String)
参数
- calabashQuery
- String
要匹配的 Calabash 查询。
- arg1
- Object
要传递给 Calabash 查询的原始参数。
- arg2
- Object
要传递给 Calabash 查询的原始参数。