HitTestInfo.AssociatedDesigner 属性

定义

获取与 ActivityDesigner 类关联的 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

属性值

ActivityDesigner

ActivityDesigner 类关联的 HitTestInfo

属性

注解

AssociatedDesigner 属性存储对与 ActivityDesigner 对象关联的 HitTestInfo 的引用。 使用 ActivityDesigner 可引用有关与 HitTestInfo 关联的设计器的扩展信息。

适用于