HitTestInfo.AssociatedDesigner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.