'Declaration Public Overloads Function SetBinding( _ ByVal dp As DependencyProperty, _ ByVal binding As BindingBase _ ) As BindingExpressionBase
public BindingExpressionBase SetBinding( DependencyProperty dp, BindingBase binding )
Parameters
- dp
- Identifies the property where the binding should be established.
- binding
- Represents the specifics of the data binding.
Return Value
Records the conditions of the binding. This return value can be useful for error checking.