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 オブジェクトのツリーの上に移動したり、ルート デザイナーを見つけたりできます。

適用対象