語言

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若不存在,則為null物件。

例外狀況

且target參數dp不可能是null。

備註

與該屬性相關的物件,或MultiBindingExpression若不存在,則為null物件。

適用於

另請參閱