WorkflowView.RootDesigner 속성

정의

에 대한 루트 디자이너를 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

설명

워크플로의 루트 디자이너는 워크플로의 디자인 화면과 연결된 디자이너입니다. 여기에는 모든 자식 디자이너와 워크플로의 모든 활동이 포함됩니다.

적용 대상