BindingOperations.GetPriorityBindingExpression メソッド

定義

指定されたオブジェクト上の指定されたバインディング ターゲット プロパティに関連付けられた PriorityBindingExpression オブジェクトを返します。

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

パラメーター

target
DependencyObject

dp が存在するバインディング ターゲット オブジェクト。

dp
DependencyProperty

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

戻り値

特定のプロパティに関連付けられている PriorityBindingExpression オブジェクト、または存在しない場合は null

例外

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

適用対象

こちらもご覧ください