BindingOperations.GetMultiBinding メソッド

定義

指定したプロパティに設定されている MultiBinding オブジェクトを取得します。

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

パラメーター

target
DependencyObject

dp が存在するオブジェクト。

dp
DependencyProperty

バインディングの取得元となるバインディング ターゲット プロパティ。

戻り値

指定したプロパティに設定された MultiBinding オブジェクト。MultiBinding オブジェクトが設定されていない場合は null

例外

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

適用対象

こちらもご覧ください