IWorkflowRootDesigner Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Defines the invoking designer and message filters properties and the method that determines whether an activity is supported for all workflow root designers.
public interface class IWorkflowRootDesigner : IDisposable, System::ComponentModel::Design::IRootDesigner
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
type IWorkflowRootDesigner = interface
interface IRootDesigner
interface IDesigner
interface IDisposable
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IWorkflowRootDesigner = interface
interface IRootDesigner
interface IDesigner
interface IDisposable
Public Interface IWorkflowRootDesigner
Implements IDisposable, IRootDesigner
- Derived
- Attributes
- Implements
Remarks
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.
Properties
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) |
Methods
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. |