Delta<TStructuralType>.TryGetPropertyValue(String, Object) 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.
Tente d’obtenir la valeur de la propriété appelée name
à partir de l’entité sous-jacente.
public override bool TryGetPropertyValue (string name, out object value);
override this.TryGetPropertyValue : string * obj -> bool
Public Overrides Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean
Paramètres
- name
- String
Nom de la propriété
- value
- Object
Valeur de la propriété
Retours
Retourne true
si la propriété a été trouvée et false
si ce n’est pas le cas.