IWorkflowRootDesigner 接口  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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.5 中弃用的类型。
所有工作流根设计器都属于 ActivityDesigner 类型,或者是从该类型继承的。
属性
| Component | 
			 
		已过时.
	 
获取此设计器正在设计的基组件。 (继承自 IDesigner) | 
        	
| InvokingDesigner | 
			 
				已过时.
			 
		获取或设置请求了要初始化的工作流根设计器的 CompositeActivityDesigner。  | 
        	
| MessageFilters | 
			 
				已过时.
			 
		获取与工作流根设计器关联的任何消息筛选器。  | 
        	
| SupportedTechnologies | 
			 
		已过时.
	 
获取此设计器可为其显示提供支持的技术集。 (继承自 IRootDesigner) | 
        	
| SupportsLayoutPersistence | 
			 
				已过时.
			 
		获取一个值,该值指示实际的工作流根设计器是否支持布局持久性。  | 
        	
| Verbs | 
			 
		已过时.
	 
获取设计器支持的设计时谓词的集合。 (继承自 IDesigner) | 
        	
方法
| Dispose() | 
			 
		已过时.
	 
执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable) | 
        	
| DoDefaultAction() | 
			 
		已过时.
	 
执行此设计器的默认行为。 (继承自 IDesigner) | 
        	
| GetView(ViewTechnology) | 
			 
		已过时.
	 
获取指定视图技术的视图对象。 (继承自 IRootDesigner) | 
        	
| Initialize(IComponent) | 
			 
		已过时.
	 
用指定的组件初始化设计器。 (继承自 IDesigner) | 
        	
| IsSupportedActivityType(Type) | 
			 
				已过时.
			 
		返回一个值,该值指示当前工作流设计器是否支持指定的类型。  |