AppQuery.Property Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Property(String) |
Permet un filtrage supplémentaire sur une valeur de propriété donnée. |
Property(String, Boolean) |
Correspond à une propriété ou à une valeur de méthode getter sur l’élément. |
Property(String, Int32) |
Correspond à une propriété ou à une valeur de méthode getter sur l’élément. |
Property(String, String) |
Correspond à une propriété ou à une valeur de méthode getter sur l’élément. |
Property(String)
Permet un filtrage supplémentaire sur une valeur de propriété donnée.
public Xamarin.UITest.Queries.PropertyAppQuery Property (string propertyName);
member this.Property : string -> Xamarin.UITest.Queries.PropertyAppQuery
Public Function Property (propertyName As String) As PropertyAppQuery
Paramètres
- propertyName
- String
Nom de la propriété.
Retours
S’applique à
Property(String, Boolean)
Correspond à une propriété ou à une valeur de méthode getter sur l’élément.
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
Paramètres
- propertyName
- String
Nom de la propriété.
- value
- Boolean
Valeur à faire correspondre.
Retours
S’applique à
Property(String, Int32)
Correspond à une propriété ou à une valeur de méthode getter sur l’élément.
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
Paramètres
- propertyName
- String
Nom de la propriété.
- value
- Int32
Valeur à faire correspondre.
Retours
S’applique à
Property(String, String)
Correspond à une propriété ou à une valeur de méthode getter sur l’élément.
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
Paramètres
- propertyName
- String
Nom de la propriété.
- value
- String
Valeur à faire correspondre.