共用方式為


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

適用於