Share via


ConnectionPoint.AssociatedDesigner 属性

定义

获取连接点所属的活动设计器。

public:
 property System::Workflow::ComponentModel::Design::ActivityDesigner ^ AssociatedDesigner { System::Workflow::ComponentModel::Design::ActivityDesigner ^ get(); };
public System.Workflow.ComponentModel.Design.ActivityDesigner AssociatedDesigner { get; }
member this.AssociatedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner
Public ReadOnly Property AssociatedDesigner As ActivityDesigner

属性值

连接点所属的 ActivityDesigner

适用于