PropertyAppQuery.Predicate(String, String) 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.
Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates.
public Xamarin.UITest.Queries.AppQuery Predicate (string predicate, string text);
member this.Predicate : string * string -> Xamarin.UITest.Queries.AppQuery
Public Function Predicate (predicate As String, text As String) As AppQuery
Parameters
- predicate
- String
The Calabash predicate to use.
- text
- String
The text to match.