HitTestInfo(ActivityDesigner, HitTestLocations) Constructor

Definición

Inicializa una instancia de un HitTestInfo objeto .

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

Asociado ActivityDesigner.

location
HitTestLocations

Ubicación en el asociado al ActivityDesigner que se hizo clic.

Se aplica a