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 オブジェクト。null オブジェクトが設定されていない場合はMultiBinding

例外

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

適用対象

こちらもご覧ください