Share via


BindingOperations.GetMultiBindingExpression 메서드

정의

지정한 개체에서 지정한 바인딩 대상 속성에 연결된 된 MultiBindingExpression 개체를 반환합니다.

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

매개 변수

target
DependencyObject

dp가 있는 바인딩 대상 개체입니다.

dp
DependencyProperty

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

반환

MultiBindingExpression

지정된 속성에 연결된 MultiBindingExpression 개체입니다. 개체가 없는 경우 null입니다.

예외

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

설명

지정된 속성에 연결된 MultiBindingExpression 개체입니다. 개체가 없는 경우 null입니다.

적용 대상

추가 정보