WorkflowView.RootDesigner 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 루트 디자이너를 WorkflowView가져오거나 설정합니다.
public:
property System::Workflow::ComponentModel::Design::ActivityDesigner ^ RootDesigner { System::Workflow::ComponentModel::Design::ActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::ActivityDesigner ^ value); };
public System.Workflow.ComponentModel.Design.ActivityDesigner RootDesigner { get; set; }
member this.RootDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner with get, set
Public Property RootDesigner As ActivityDesigner
속성 값
에 ActivityDesigner 연결된 .WorkflowView
설명
워크플로의 루트 디자이너는 워크플로의 디자인 화면과 연결된 디자이너입니다. 여기에는 모든 자식 디자이너와 워크플로의 모든 활동이 포함됩니다.