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 확인할 수 있습니다.

반품

연결된 활동이 연결된 활동의 부모가 되도록 하려면 그렇지 않으면 .

설명

루트 디자이너는 워크플로 디자인 화면에 부모 활동 디자이너를 가질 수 없습니다. 상속 클래스에서 재정의되지 않는 한 . CanBeParentedTofalse

적용 대상