DependencyObject.GetValueBase(DependencyProperty) 메서드

정의

DependencyProperty 바인딩된 개체에 대한 액세스를 제공하고 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

매개 변수

dependencyProperty
DependencyProperty

DependencyProperty 값을 가져올 값입니다.

반품

의 바인딩된 개체입니다 DependencyProperty. 재정의를 GetValue(DependencyProperty) 무시합니다.

예외

dependencyProperty null 참조입니다(Visual Basic Nothing).

설명

이 메서드는 재정의 GetValue 구현 내에서 유용합니다. 일반적으로 재정의 코드는 />를 호출한 다음 추가 코드를 추가합니다.

재정의를 GetValue 구현하기 위해 호출에 Register/RegisterAttached 사용할 수 있습니다. PropertyMetadata

적용 대상