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

속성 값

기존 디자이너의 부모 디자이너입니다. ActivityDesigner 루트 디자이너이면 반환된 CompositeActivityDesigner 디자이너는 ;이고SequentialWorkflowRootDesigner, ActivityDesigner 그렇지 않으면 부모가 ActivityDesigner됩니다.

설명

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

적용 대상