This documentation is archived and is not being maintained.
AttributeCallback Delegate
Visual Studio 2010
Called when attributes are needed for a type.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
Parameters
- builder
- Type: System.Activities.Presentation.Metadata::AttributeCallbackBuilder
An AttributeCallbackBuilder that can be used to add attributes.
This callback enables delayed registration of metadata attributes as well as the ability to provide code that dynamically determines which attributes should be applied. This callback is provided to the AddCallback(Type, AttributeCallback) method of the AttributeTableBuilder class.
AttributeCallbackBuilder objects can build attributes only for the type that is requesting metadata.
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: