SequentialWorkflowRootDesigner.CanBeParentedTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 CompositeActivity 能否设置为与设计器关联的活动的父级。
public:
override bool CanBeParentedTo(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ parentActivityDesigner);
public override bool CanBeParentedTo (System.Workflow.ComponentModel.Design.CompositeActivityDesigner parentActivityDesigner);
override this.CanBeParentedTo : System.Workflow.ComponentModel.Design.CompositeActivityDesigner -> bool
Public Overrides Function CanBeParentedTo (parentActivityDesigner As CompositeActivityDesigner) As Boolean
参数
- parentActivityDesigner
- CompositeActivityDesigner
返回
为 true
则允许与 parentActivityDesigner
关联的活动成为与 SequentialWorkflowRootDesigner 关联的活动的父级;否则为 false
。
注解
在工作流设计图面上,根设计器不能有父活动设计器。 除非在继承类中重写,否则 CanBeParentedTo 将返回 false
。