BindingOperations.GetBindingExpressionBase メソッド

定義

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

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

パラメーター

target
DependencyObject

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

dp
DependencyProperty

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

戻り値

BindingExpressionBase

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

例外

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

注釈

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

適用対象

こちらもご覧ください