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