Partilhar via


DependencyObject.GetValueBase(DependencyProperty) Método

Definição

Fornece acesso ao objeto associado de um DependencyProperty e ignora a substituição de 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

Parâmetros

dependencyProperty
DependencyProperty

O DependencyProperty cujo valor obter.

Retornos

Object

O objeto associado de um DependencyProperty. Isso ignora a substituição de GetValue(DependencyProperty).

Exceções

dependencyProperty é uma referência nula (Nothing no Visual Basic).

Comentários

Esse método é útil dentro da implementação de GetValue substituição. Normalmente, o GetValue código de substituição invoca e GetValueBaseadiciona código adicional.

Para implementar a GetValue substituição, PropertyMetadata pode ser usado em Register/RegisterAttached chamadas.

Aplica-se a