Language

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 。

返品

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

適用対象