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

例外

target パラメーターと dp パラメーターを null にすることはできません。

注釈

特定のプロパティに関連付けられている MultiBindingExpression オブジェクト、または存在しない場合は null

適用対象

こちらもご覧ください