IWorkflowRootDesigner 接口

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

定义调用设计器和消息筛选器属性以及确定是否支持所有工作流根设计器的活动的方法。

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
派生
属性
实现

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

所有工作流根设计器都是类型 ActivityDesigner 或继承自它。

属性

名称 说明
Component
已过时.

获取此设计器正在设计的基本组件。

(继承自 IDesigner)
InvokingDesigner
已过时.

获取或设置 CompositeActivityDesigner 请求初始化工作流根设计器。

MessageFilters
已过时.

获取与工作流根设计器关联的任何消息筛选器。

SupportedTechnologies
已过时.

获取此设计器可支持其显示的技术集。

(继承自 IRootDesigner)
SupportsLayoutPersistence
已过时.

获取指示实际工作流根设计器是否支持布局持久性的值。

Verbs
已过时.

获取设计器支持的设计时谓词的集合。

(继承自 IDesigner)

方法

名称 说明
Dispose()
已过时.

执行与释放、释放或重置非托管资源关联的应用程序定义任务。

(继承自 IDisposable)
DoDefaultAction()
已过时.

为此设计器执行默认操作。

(继承自 IDesigner)
GetView(ViewTechnology)
已过时.

获取指定视图技术的视图对象。

(继承自 IRootDesigner)
Initialize(IComponent)
已过时.

使用指定的组件初始化设计器。

(继承自 IDesigner)
IsSupportedActivityType(Type)
已过时.

返回一个值,该值指示当前工作流设计器是否支持指定的类型。

适用于