共用方式為


AppQuery.Property 方法

定義

多載

Property(String)

允許進一步篩選指定的屬性值。

Property(String, Boolean)

比對 專案上的屬性或 getter 方法值。

Property(String, Int32)

比對 專案上的屬性或 getter 方法值。

Property(String, String)

比對 專案上的屬性或 getter 方法值。

Property(String)

允許進一步篩選指定的屬性值。

public Xamarin.UITest.Queries.PropertyAppQuery Property (string propertyName);
member this.Property : string -> Xamarin.UITest.Queries.PropertyAppQuery
Public Function Property (propertyName As String) As PropertyAppQuery

參數

propertyName
String

屬性的名稱。

傳回

PropertyAppQuery

適用於

Property(String, Boolean)

比對 專案上的屬性或 getter 方法值。

public Xamarin.UITest.Queries.AppQuery Property (string propertyName, bool value);
member this.Property : string * bool -> Xamarin.UITest.Queries.AppQuery
Public Function Property (propertyName As String, value As Boolean) As AppQuery

參數

propertyName
String

屬性的名稱。

value
Boolean

要比對的值。

傳回

AppQuery

適用於

Property(String, Int32)

比對 專案上的屬性或 getter 方法值。

public Xamarin.UITest.Queries.AppQuery Property (string propertyName, int value);
member this.Property : string * int -> Xamarin.UITest.Queries.AppQuery
Public Function Property (propertyName As String, value As Integer) As AppQuery

參數

propertyName
String

屬性的名稱。

value
Int32

要比對的值。

傳回

AppQuery

適用於

Property(String, String)

比對 專案上的屬性或 getter 方法值。

public Xamarin.UITest.Queries.AppQuery Property (string propertyName, string value);
member this.Property : string * string -> Xamarin.UITest.Queries.AppQuery
Public Function Property (propertyName As String, value As String) As AppQuery

參數

propertyName
String

屬性的名稱。

value
String

要比對的值。

傳回

AppQuery

適用於