Bearbeiten

HitTestInfo.AssociatedDesigner Property

Definition

Gets the ActivityDesigner associated with the HitTestInfo class.

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

Property Value

The ActivityDesigner associated with the HitTestInfo class.

Attributes

Remarks

The AssociatedDesigner property stores a reference to the ActivityDesigner associated with the HitTestInfo object. Use the ActivityDesigner to reference extended information about the designer associated with the HitTestInfo.

Applies to