DependencyObject::SetValue Method
Sets the value of the DependencyProperty to the object.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- dependencyProperty
- Type: System.Workflow.ComponentModel::DependencyProperty
The DependencyProperty to be set.
- value
- Type: System::Object
The Object to set the value to.
SetBinding sets a binding for the dependency property.
SetValue sets a value directly to the DependencyProperty (similarly, AddHandler adds a handler directly to properties of type event).
These methods are exclusive when they are called for the same property. If SetBinding is called, then the values previously set using SetValue (AddHandler in events) are disregarded. The same is true the other way around: SetValue (AddHandler) resets the binding assigned with SetBinding.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.