ToolboxControl.AssociatedDesigner 属性

定义

获取或设置与此工具箱控件关联的 Windows 工作流设计器。

public:
 property System::Activities::Presentation::WorkflowDesigner ^ AssociatedDesigner { System::Activities::Presentation::WorkflowDesigner ^ get(); void set(System::Activities::Presentation::WorkflowDesigner ^ value); };
public System.Activities.Presentation.WorkflowDesigner AssociatedDesigner { get; set; }
member this.AssociatedDesigner : System.Activities.Presentation.WorkflowDesigner with get, set
Public Property AssociatedDesigner As WorkflowDesigner

属性值

此工具箱控件所关联的 WorkflowDesigner 实例。

适用于