'宣言
Public Function GetBindingExpression( _ ByVal dp As DependencyProperty _ ) As BindingExpression
public BindingExpression GetBindingExpression( DependencyProperty dp )
パラメータ
- dp
- The target System.Windows.DependencyProperty to get the binding from.
戻り値の型
A System.Windows.Data.BindingExpression if the target property has an active binding; otherwise, returns null 参照 (Visual Basicでは Nothing).