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