Compartir a través de


HitTestInfo.AssociatedDesigner Propiedad

Definición

Obtiene el ActivityDesigner asociado a la clase HitTestInfo.

public:
 property System::Workflow::ComponentModel::Design::ActivityDesigner ^ AssociatedDesigner { System::Workflow::ComponentModel::Design::ActivityDesigner ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.Design.ActivityDesigner AssociatedDesigner { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AssociatedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner
Public ReadOnly Property AssociatedDesigner As ActivityDesigner

Valor de propiedad

ActivityDesigner

ActivityDesigner asociada a la clase HitTestInfo.

Atributos

Comentarios

La propiedad AssociatedDesigner almacena una referencia al objeto ActivityDesigner asociado al objeto HitTestInfo. Utilice ActivityDesigner para hacer referencia a la información extendida sobre el diseñador asociado a HitTestInfo.

Se aplica a