DependencyObject.GetValueBase(DependencyProperty) Metódus

Definíció

Hozzáférést biztosít egy objektum kötött objektumához DependencyProperty , és áthalad a felülbíráláson 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éterek

dependencyProperty
DependencyProperty

Az DependencyProperty érték lekérése.

Válaszok

Egy .DependencyProperty Ez áthalad a felülbíráláson GetValue(DependencyProperty) .

Kivételek

dependencyProperty null értékű hivatkozás (Nothing Visual Basic).

Megjegyzések

Ez a módszer a felülbírálás implementálásán GetValue belül hasznos. A felülbírálási GetValue kód általában meghívja a GetValueBasekódot, majd hozzáad további kódot.

A felülbírálás implementálásához GetValue használható a hívásokbanPropertyMetadataRegister/. RegisterAttached

A következőre érvényes: