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

适用于