HitTestInfo.AssociatedDesigner Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 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.