'Declaration Public Overloads Function SetBinding( _ ByVal dp As DependencyProperty, _ ByVal path As String _ ) As BindingExpression
public BindingExpression SetBinding( DependencyProperty dp, string path )
Parameters
- dp
- Identifies the destination property where the binding should be established.
- path
- The source property name or the path to the property used for the binding.
Return Value
Records the conditions of the binding. This return value can be useful for error checking.