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がルート デザイナーの場合、返されるCompositeActivityDesignerSequentialWorkflowRootDesignerになります。それ以外の場合、ActivityDesignerは親ActivityDesignerになります。

注釈

ParentDesignerを使用して、入れ子になったActivityDesigner オブジェクトのツリーを上に移動したり、ルート デザイナーを見つけたりすることができます。

適用対象