次の方法で共有


Connector(ConnectionPoint, ConnectionPoint) コンストラクター

定義

Connector クラスの新しいインスタンスを初期化します。

public:
 Connector(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
public Connector (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
new System.Workflow.ComponentModel.Design.Connector : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> System.Workflow.ComponentModel.Design.Connector
Public Sub New (source As ConnectionPoint, target As ConnectionPoint)

パラメーター

source
ConnectionPoint

ConnectionPoint の描画を開始する Connector

target
ConnectionPoint

ConnectionPoint の描画を終了する Connector

例外

source または target に null 参照 (Visual Basic の場合は Nothing) が含まれています。

適用対象