DependencyObject.GetValueBase(DependencyProperty) 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.
Fournit l'accès à l'objet lié d'un objet DependencyProperty et contourne la substitution GetValue(DependencyProperty).
public:
System::Object ^ GetValueBase(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public object GetValueBase (System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.GetValueBase : System.Workflow.ComponentModel.DependencyProperty -> obj
Public Function GetValueBase (dependencyProperty As DependencyProperty) As Object
Paramètres
- dependencyProperty
- DependencyProperty
DependencyProperty duquel obtenir la valeur.
Retours
Objet lié d'un DependencyProperty. Cela contourne la substitution GetValue(DependencyProperty).
Exceptions
dependencyProperty
est une référence Null (Nothing
en Visual Basic).
Remarques
Cette méthode est utile à l'intérieur de l'implémentation de substitution GetValue. Le code de substitution GetValue appelle généralement la méthode GetValueBase, puis ajoute un code supplémentaire.
Pour implémenter le remplacement, PropertyMetadata vous pouvez l’utiliser GetValue dansRegisterAttached Register/les appels.