次の方法で共有


PropertyAppQuery(QueryPlatform, AppQuery, String) コンストラクター

定義

プロパティ クエリの初期コンストラクター。 直接呼び出すのではなく、アプリ クラスの fluent 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

フィルター処理するプロパティの名前。

適用対象