This documentation is archived and is not being maintained.
IWorkflowRootDesigner Interface
Visual Studio 2010
Defines the invoking designer and message filters properties and the method that determines whether an activity is supported for all workflow root designers.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The IWorkflowRootDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Component | Gets the base component that this designer is designing. (Inherited from IDesigner.) |
![]() | InvokingDesigner | Gets or sets the CompositeActivityDesigner that requested the workflow root designer to be initialized. |
![]() | MessageFilters | Gets any message filters associated with the workflow root designer. |
![]() | SupportedTechnologies | Gets the set of technologies that this designer can support for its display. (Inherited from IRootDesigner.) |
![]() | SupportsLayoutPersistence | Gets the value that indicates whether the actual workflow root designer supports the layout persistence. |
![]() | Verbs | Gets a collection of the design-time verbs supported by the designer. (Inherited from IDesigner.) |
| Name | Description | |
|---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | DoDefaultAction | Performs the default action for this designer. (Inherited from IDesigner.) |
![]() | GetView | Gets a view object for the specified view technology. (Inherited from IRootDesigner.) |
![]() | Initialize | Initializes the designer with the specified component. (Inherited from IDesigner.) |
![]() | IsSupportedActivityType | Returns a value that indicates whether the specified type is supported on the current workflow designer. |
All workflow root designers are either of type ActivityDesigner or inherit from it.
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:
