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) が含まれています。

適用対象