FrameworkElement.GetBindingExpression(DependencyProperty) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したプロパティのバインドを表す 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
パラメーター
バインディングを取得するターゲット依存関係プロパティの識別子。
戻り値
ターゲット プロパティがこのオブジェクトに対してアクティブなバインドを持つ場合の BindingExpression 。それ以外の場合は 、null を返します。