FreeformActivityDesigner.CanConnectContainedDesigners メソッド

定義

ソースの子アクティビティ デザイナー上の指定したコネクション ポイントとターゲットの子アクティビティ デザイナー上の指定したコネクション ポイント間に FreeformActivityDesigner が接続を作成できるかどうかを示す値を返します。

protected public:
 virtual bool CanConnectContainedDesigners(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual bool CanConnectContainedDesigners (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
override this.CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
Protected Friend Overridable Function CanConnectContainedDesigners (source As ConnectionPoint, target As ConnectionPoint) As Boolean

パラメーター

source
ConnectionPoint

接続元アクティビティ デザイナー上の確認する ConnectionPoint

target
ConnectionPoint

接続先アクティビティ デザイナー上の確認する ConnectionPoint

戻り値

FreeformActivityDesigner がソース アクティビティ デザイナーとターゲット アクティビティ デザイナー間にコネクタを描画できる場合は true。それ以外の場合は false

適用対象