ObjectPath.ContainsProperty(Object, String) 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.
Détecte si la propriété existe sur l’objet.
public static bool ContainsProperty (object obj, string name);
static member ContainsProperty : obj * string -> bool
Public Shared Function ContainsProperty (obj As Object, name As String) As Boolean
Paramètres
- obj
- Object
.
- name
- String
nom de la propriété.
Retours
true si elle est trouvée.