ConnectorHitTestInfo コンストラクター

定義

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 未満に設定されていました。

適用対象