DependencyObject.SetValueBase Method
.NET Framework 3.0
Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue.
Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
public void SetValueBase ( DependencyProperty dependencyProperty, Object value )
public function SetValueBase ( dependencyProperty : DependencyProperty, value : Object )
Not applicable.
Parameters
- dependencyProperty
The DependencyProperty to be set to the Object.
- value
The Object that becomes the value of the DependencyProperty.
This method is useful inside the SetValue override implementation. Typically the SetValue override code would do some custom logic before calling the SetValueBase method.
For setting a SetValue override, PropertyMetadata can be used in DependencyProperty, Register, orRegisterAttached calls.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.