'宣言
Public Overloads Function SetBinding( _ ByVal dp As DependencyProperty, _ ByVal binding As BindingBase _ ) As BindingExpressionBase
public BindingExpressionBase SetBinding( DependencyProperty dp, BindingBase binding )
パラメータ
- dp
- Identifies the property where the binding should be established.
- binding
- Represents the specifics of the data binding.
戻り値の型
Records the conditions of the binding. This return value can be useful for error checking.