AppQuery.Property 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
屬性的名稱。
傳回
適用於
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
要比對的值。
傳回
適用於
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
要比對的值。
傳回
適用於
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
要比對的值。