DependencyObject.GetValueBase(DependencyProperty) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 재정의 코드는 GetValueBase를 호출한 다음 코드를 추가합니다.
구현에 대 한 합니다 GetValue 재정의할 PropertyMetadata 에서 사용할 수 있습니다 Register/RegisterAttached 호출 합니다.