This documentation is archived and is not being maintained.
FrameworkContentElement::SetBinding Method (DependencyProperty, BindingBase)
Visual Studio 2010
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::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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: