BindingOperations.GetBindingExpressionBase 메서드

정의

지정된 속성에 BindingExpressionBase 설정된 개체를 검색합니다.

public:
 static System::Windows::Data::BindingExpressionBase ^ GetBindingExpressionBase(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static System.Windows.Data.BindingExpressionBase GetBindingExpressionBase(System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member GetBindingExpressionBase : System.Windows.DependencyObject * System.Windows.DependencyProperty -> System.Windows.Data.BindingExpressionBase
Public Shared Function GetBindingExpressionBase (target As DependencyObject, dp As DependencyProperty) As BindingExpressionBase

매개 변수

target
DependencyObject

있는 dp 개체입니다.

dp
DependencyProperty

개체를 검색할 바인딩 대상 속성입니다 BindingExpressionBase .

반품

BindingExpressionBase 지정된 속성에 설정된 개체이거나 null 바인딩 개체가 설정되지 않은 경우입니다.

예외

dp 매개 변수는 target null일 수 없습니다.

설명

클래스는 BindingExpressionBase , PriorityBindingExpressionMultiBindingExpression 클래스에 BindingExpression대한 공통 기본 클래스입니다. 속성에 설정된 바인딩의 GetBindingExpression사전 형식을 알고 있는 경우 , GetPriorityBindingExpressionGetMultiBindingExpression 메서드를 사용할 수 있습니다.

적용 대상

추가 정보