Share via


PropertyAppQuery.EndsWith(String) Method

Definition

Matches properties ending with the given text.

public Xamarin.UITest.Queries.AppQuery EndsWith (string text);
member this.EndsWith : string -> Xamarin.UITest.Queries.AppQuery
Public Function EndsWith (text As String) As AppQuery

Parameters

text
String

The text to match.

Returns

Applies to