ActivityDesigner.CanConnect(ConnectionPoint, ConnectionPoint) メソッド

定義

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

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

パラメーター

source
ConnectionPoint

現在のアクティビティ デザイナー上の確認する ConnectionPoint

target
ConnectionPoint

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

戻り値

Boolean

ソースとターゲット間に接続を作成できる場合は true。それ以外の場合は false

注釈

派生クラスでオーバーライドしない限り、CanConnect は常に true を返します。

適用対象