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

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

예외

targetdp 매개 변수가 null인 경우

설명

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

적용 대상

추가 정보