ActivityDesigner.ParentDesigner 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 디자이너의 부모 디자이너를 가져옵니다.
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 개체의 트리 위로 이동하거나 루트 디자이너를 찾을 수 있습니다.