SequentialWorkflowRootDesigner.CanBeParentedTo メソッド

定義

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 を返します。

適用対象