PropertyAppQuery(QueryPlatform, AppQuery, String) Constructor
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.
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.
- propertyName
- String
The name of the property to filter on.