BindingOperations.GetBinding(DependencyObject, DependencyProperty) メソッド

定義

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

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

パラメーター

target
DependencyObject

dpがあるオブジェクト。

dp
DependencyProperty

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

返品

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

例外

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

適用対象

こちらもご覧ください