ActivityDesigner.ParentDesigner 속성

정의

기존 디자이너의 부모 디자이너를 가져옵니다.

public:
 property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ ParentDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); };
public System.Workflow.ComponentModel.Design.CompositeActivityDesigner ParentDesigner { get; }
member this.ParentDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner
Public ReadOnly Property ParentDesigner As CompositeActivityDesigner

속성 값

CompositeActivityDesigner

기존 디자이너의 부모 디자이너입니다. ActivityDesigner가 루트 디자이너인 경우, 반환되는 CompositeActivityDesignerSequentialWorkflowRootDesigner가 됩니다. 그렇지 않으면 ActivityDesigner가 부모 ActivityDesigner가 됩니다.

설명

ParentDesigner를 사용하여 중첩된 ActivityDesigner 개체의 트리 위로 이동하거나 루트 디자이너를 찾을 수 있습니다.

적용 대상