共用方式為


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

屬性值

CompositeActivityDesigner

現有設計工具的父設計工具。 如果 ActivityDesigner 為根目錄設計工具,則傳回的 CompositeActivityDesigner 將會是 SequentialWorkflowRootDesigner,否則 ActivityDesigner 將會是父 ActivityDesigner

備註

您可以使用 ParentDesigner 將巢狀 ActivityDesigner 物件的樹狀向上移動或尋找根目錄設計工具。

適用於