PropertyAppQuery(QueryPlatform, AppQuery, String) Constructor

Definition

Initial constructor for property queries. Should not be called directly, but used as part of the fluent API in the app classes.

public PropertyAppQuery (Xamarin.UITest.Queries.QueryPlatform queryPlatform, Xamarin.UITest.Queries.AppQuery appQuery, string propertyName);
new Xamarin.UITest.Queries.PropertyAppQuery : Xamarin.UITest.Queries.QueryPlatform * Xamarin.UITest.Queries.AppQuery * string -> Xamarin.UITest.Queries.PropertyAppQuery

Parameters

queryPlatform
QueryPlatform

The query target platform.

appQuery
AppQuery

The existing AppQuery to build on.

propertyName
String

The name of the property to filter on.

Applies to