GetValueOverride Delegate
.NET Framework (current version)
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)
Parameters
- d
-
Type:
System.Workflow.ComponentModel::DependencyObject^
The DependencyProperty that targets the GetValue method.
Return Value
Type: System::Object^An Object that represents the value of the designated DependencyProperty.
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The implemetation of this delegate can be set on the GetValueOverride property of PropertyMetadata while calling Register or RegisterAttached.
.NET Framework
Available since 3.0
Available since 3.0
Show:
