SimpleNodeAdapter.GetProperty(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.
Obtient la propriété nommée de l’objet spécifié. L’implémentation par défaut résout la propriété par réflexion.
public virtual object GetProperty(object reference, string propertyName);
abstract member GetProperty : obj * string -> obj
override this.GetProperty : obj * string -> obj
Public Overridable Function GetProperty (reference As Object, propertyName As String) As Object
Paramètres
- reference
- Object
- propertyName
- String