FrameworkElement.GetBindingExpression(DependencyProperty) メソッド

定義

指定したプロパティのバインドを表す BindingExpression を返します。

public:
 virtual BindingExpression ^ GetBindingExpression(DependencyProperty ^ dp) = GetBindingExpression;
BindingExpression GetBindingExpression(DependencyProperty const& dp);
public BindingExpression GetBindingExpression(DependencyProperty dp);
function getBindingExpression(dp)
Public Function GetBindingExpression (dp As DependencyProperty) As BindingExpression

パラメーター

dp
DependencyProperty

バインディングを取得するターゲット依存関係プロパティの識別子。

戻り値

ターゲット プロパティがこのオブジェクトに対してアクティブなバインドを持つ場合の BindingExpression 。それ以外の場合は 、null を返します

適用対象