This documentation is archived and is not being maintained.
IWorkflowInstanceExtension Interface
Visual Studio 2010
This interface is implemented by composite extensions, or extensions that need access to the workflow instance. Implementers of this interface will be called by the WorkflowInstance prior to execution in order to provide additional extensions, or get access to the WorkflowInstance through the WorkflowInstanceProxy.
Assembly: System.Activities (in System.Activities.dll)
The IWorkflowInstanceExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetAdditionalExtensions | When implemented, returns any additional extensions the implementing class requires. |
![]() | SetInstance | Sets the specified target WorkflowInstanceProxy. |
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:
