Connector(ConnectionPoint, ConnectionPoint) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
) が含まれています。