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

注釈

ルート デザイナーは、ワークフロー デザイン サーフェイスに親アクティビティ デザイナーを持つことはできません。 継承クラスでオーバーライドされない限り、 CanBeParentedTofalseを返します。

適用対象