PropertyAppQuery.Like(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 like the given text. Supports * wildcards.
public Xamarin.UITest.Queries.AppQuery Like (string text);
member this.Like : string -> Xamarin.UITest.Queries.AppQuery
Public Function Like (text As String) As AppQuery
Parameters
- text
- String
The text to match.