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。
注釈
ワークフローのルート デザイナーは、ワークフローのデザイン サーフェイスに関連付けられているデザイナーです。 これには、すべての子デザイナーと、その後のワークフロー内のすべてのアクティビティが含まれます。