PropertyAppQuery.StartsWith(String) Method

Definition

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.

Returns

Applies to