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입니다.

반환

Object

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

예외

dependencyProperty이 null 참조(Visual Basic의 경우 Nothing)인 경우

설명

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

구현에 대 한 합니다 GetValue 재정의할 PropertyMetadata 에서 사용할 수 있습니다 Register/RegisterAttached 호출 합니다.

적용 대상