Compartir a través de


HitTestInfo(ActivityDesigner, HitTestLocations) Constructor

Definición

Inicializa una instancia de un objeto 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)

Parámetros

designer
ActivityDesigner

Control ActivityDesigner asociado.

___location
HitTestLocations

La ubicación en la clase ActivityDesigner asociada en la que se ha hecho clic.

Se aplica a