SequentialWorkflowRootDesigner.CanBeParentedTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示 CompositeActivity 是否可以設定為與設計工具關聯之活動的父系。
public:
override bool CanBeParentedTo(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ parentActivityDesigner);
public override bool CanBeParentedTo (System.Workflow.ComponentModel.Design.CompositeActivityDesigner parentActivityDesigner);
override this.CanBeParentedTo : System.Workflow.ComponentModel.Design.CompositeActivityDesigner -> bool
Public Overrides Function CanBeParentedTo (parentActivityDesigner As CompositeActivityDesigner) As Boolean
參數
- parentActivityDesigner
- CompositeActivityDesigner
要進行檢查的 CompositeActivityDesigner。
傳回
如果允許與 true
關聯的活動可以成為與 parentActivityDesigner
關聯之活動的父系則為 SequentialWorkflowRootDesigner,否則為 false
。
備註
根目錄設計工具在工作流程設計介面上不可以有父活動設計工具。 除非在繼承類別中覆寫,否則 CanBeParentedTo 會傳回 false
。