FrameworkContentElement.SetBinding Method (DependencyProperty, BindingBase)
.NET Framework 4.5
Attaches a binding to this element, based on the provided binding object.
Namespace: System.Windows
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.BindingExpressionBaseRecords 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.