エディタに関連付けられた BindingExpression を返します。
シンタックス
'宣言
Public Shared Function GetBindingExpression( _
ByVal As System.Windows.FrameworkElement, _
ByRef As System.Windows.FrameworkElement, _
ByRef As System.Windows.DependencyProperty _
) As System.Windows.Data.BindingExpression
public static System.Windows.Data.BindingExpression GetBindingExpression(
System.Windows.FrameworkElement ,
out System.Windows.FrameworkElement ,
out System.Windows.DependencyProperty
)
パラメータ
- e
- 連結式を取得する要素。
- child
- 連結を保持する子要素。
- dp
- 連結に使用される依存プロパティ。
参照