ActivityDesigner.ParentDesigner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得現有設計工具的父設計工具。
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 為根目錄設計工具,則傳回的 CompositeActivityDesigner 將會是 SequentialWorkflowRootDesigner,否則 ActivityDesigner 將會是父 ActivityDesigner。
備註
您可以使用 ParentDesigner 將巢狀 ActivityDesigner 物件的樹狀向上移動或尋找根目錄設計工具。