Поделиться через


PropertyAppQuery(QueryPlatform, AppQuery, String) Конструктор

Определение

Исходный конструктор для запросов свойств. Не следует вызывать напрямую, а использовать как часть текучих API в классах приложений.

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

Параметры

queryPlatform
QueryPlatform

Целевая платформа запроса.

appQuery
AppQuery

Существующий AppQuery объект для сборки.

propertyName
String

Имя свойства, по которому выполняется фильтрация.

Применяется к