IWorkflowRootDesigner Interface
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)
| 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(ViewTechnology) | Gets a view object for the specified view technology.(Inherited from IRootDesigner.) |
![]() | Initialize(IComponent^) | Initializes the designer with the specified component.(Inherited from IDesigner.) |
![]() | IsSupportedActivityType(Type^) | Returns a value that indicates whether the specified type is supported on the current workflow designer. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
All workflow root designers are either of type ActivityDesigner or inherit from it.
Available since 3.0


