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

定義

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

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

パラメーター

target
DependencyObject

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

dp
DependencyProperty

BindingBase オブジェクトの取得元となるバインディング ターゲット プロパティ。

戻り値

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

例外

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

注釈

クラスはBindingBase、、、および MultiBinding クラスのBindingPriorityBinding共通基本クラスです。 プロパティに設定されているバインディングのGetBindingGetPriorityBindingGetMultiBinding種類が事前にわかっている場合は、 メソッドを使用できます。

適用対象

こちらもご覧ください