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することはできません。

適用対象

こちらもご覧ください