Partager via


HitTestInfo.AssociatedDesigner Propriété

Définition

Obtient le ActivityDesigner associé à la classe 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

Valeur de propriété

ActivityDesigner

ActivityDesigner associé à la classe HitTestInfo.

Attributs

Remarques

La propriété AssociatedDesigner stocke une référence au ActivityDesigner associé à l'objet HitTestInfo. Utilisez le ActivityDesigner pour référencer des informations détaillées sur le concepteur associé au HitTestInfo.

S’applique à