Udostępnij za pośrednictwem


AppQuery.Property Metoda

Definicja

Przeciążenia

Property(String)

Umożliwia dalsze filtrowanie dla danej wartości właściwości.

Property(String, Boolean)

Pasuje do właściwości lub wartości metody getter dla elementu.

Property(String, Int32)

Pasuje do właściwości lub wartości metody getter dla elementu.

Property(String, String)

Pasuje do właściwości lub wartości metody getter dla elementu.

Property(String)

Umożliwia dalsze filtrowanie dla danej wartości właściwości.

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

Parametry

propertyName
String

Nazwa właściwości.

Zwraca

PropertyAppQuery

Dotyczy

Property(String, Boolean)

Pasuje do właściwości lub wartości metody getter dla elementu.

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

Parametry

propertyName
String

Nazwa właściwości.

value
Boolean

Wartość do dopasowania.

Zwraca

AppQuery

Dotyczy

Property(String, Int32)

Pasuje do właściwości lub wartości metody getter dla elementu.

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

Parametry

propertyName
String

Nazwa właściwości.

value
Int32

Wartość do dopasowania.

Zwraca

AppQuery

Dotyczy

Property(String, String)

Pasuje do właściwości lub wartości metody getter dla elementu.

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

Parametry

propertyName
String

Nazwa właściwości.

value
String

Wartość do dopasowania.

Zwraca

AppQuery

Dotyczy