ConnectorHitTestInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConnectorHitTestInfo クラスの新しいインスタンスを初期化します。
public:
ConnectorHitTestInfo(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ compositeActivityDesigner, System::Workflow::ComponentModel::Design::HitTestLocations flags, int connector);
public ConnectorHitTestInfo(System.Workflow.ComponentModel.Design.CompositeActivityDesigner compositeActivityDesigner, System.Workflow.ComponentModel.Design.HitTestLocations flags, int connector);
new System.Workflow.ComponentModel.Design.ConnectorHitTestInfo : System.Workflow.ComponentModel.Design.CompositeActivityDesigner * System.Workflow.ComponentModel.Design.HitTestLocations * int -> System.Workflow.ComponentModel.Design.ConnectorHitTestInfo
Public Sub New (compositeActivityDesigner As CompositeActivityDesigner, flags As HitTestLocations, connector As Integer)
パラメーター
- compositeActivityDesigner
- CompositeActivityDesigner
コネクタを含む CompositeActivityDesigner 。
- flags
- HitTestLocations
ユーザーがクリックしたコネクタ上の場所を定義する HitTestLocations 。
- connector
- Int32
クリックされたコネクタのインデックス識別子。
例外
コンストラクター呼び出しの前に、コネクタ インデックスは 0 未満に設定されていました。