共用方式為


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 上的位置。

適用於