SequentialWorkflowRootDesigner.CanBeParentedTo 方法

定义

返回一个值,该值指示 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

要检查的 CompositeActivityDesigner

返回

true 则允许与 parentActivityDesigner 关联的活动成为与 SequentialWorkflowRootDesigner 关联的活动的父级;否则为 false

注解

在工作流设计图面上,根设计器不能有父活动设计器。 除非在继承类中重写,否则 CanBeParentedTo 将返回 false

适用于