Partager via


DependencyObject.GetValueBase(DependencyProperty) Méthode

Définition

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

Object

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.

S’applique à