FrameworkContentElement::SetBinding Method (DependencyProperty^, BindingBase^)
.NET Framework (current version)
Attaches a binding to this element, based on the provided binding object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- dp
-
Type:
System.Windows::DependencyProperty^
Identifies the bound property.
- binding
-
Type:
System.Windows.Data::BindingBase^
Represents a data binding.
Return Value
Type: System.Windows.Data::BindingExpressionBase^Records the conditions of the binding. This return value can be useful for error checking.
This method is a convenience method for calling BindingOperations::SetBinding, which passes the current instance as the DependencyObject.
.NET Framework
Available since 3.0
Available since 3.0
Show: