This documentation is archived and is not being maintained.
GetValueOverride Delegate
Visual Studio 2008
Allows a custom override of the GetValue logic associated with a dependency property that is defined on a dependency object.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
'Declaration Public Delegate Function GetValueOverride ( _ d As DependencyObject _ ) As Object 'Usage Dim instance As New GetValueOverride(AddressOf HandlerMethod)
Parameters
- d
- Type: System.Workflow.ComponentModel.DependencyObject
The DependencyProperty that targets the GetValue method.
Return Value
Type: System.ObjectAn Object that represents the value of the designated DependencyProperty.
The implemetation of this delegate can be set on the GetValueOverride property of PropertyMetadata while calling Register or RegisterAttached.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: