HitTestInfo(ActivityDesigner, HitTestLocations) コンストラクター

定義

HitTestInfo オブジェクトのインスタンスを初期化します。

public:
 HitTestInfo(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer, System::Workflow::ComponentModel::Design::HitTestLocations location);
public HitTestInfo(System.Workflow.ComponentModel.Design.ActivityDesigner designer, System.Workflow.ComponentModel.Design.HitTestLocations location);
new System.Workflow.ComponentModel.Design.HitTestInfo : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Workflow.ComponentModel.Design.HitTestLocations -> System.Workflow.ComponentModel.Design.HitTestInfo
Public Sub New (designer As ActivityDesigner, location As HitTestLocations)

パラメーター

designer
ActivityDesigner

関連付けられている ActivityDesigner

location
HitTestLocations

クリックされた関連付けられた ActivityDesigner 上の場所。

適用対象