HitTestInfo.AssociatedDesigner 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 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 类关联的 HitTestInfo。
- 属性
注解
AssociatedDesigner 属性存储对与 ActivityDesigner 对象关联的 HitTestInfo 的引用。 使用 ActivityDesigner 可引用有关与 HitTestInfo 关联的设计器的扩展信息。