IExtendedUIService.AddDesignerActions(DesignerAction[]) 方法

定义

将一组设计器操作添加到工作流设计器宿主的可用用户操作列表中。

public:
 void AddDesignerActions(cli::array <System::Workflow::ComponentModel::Design::DesignerAction ^> ^ actions);
public void AddDesignerActions (System.Workflow.ComponentModel.Design.DesignerAction[] actions);
abstract member AddDesignerActions : System.Workflow.ComponentModel.Design.DesignerAction[] -> unit
Public Sub AddDesignerActions (actions As DesignerAction())

参数

actions
DesignerAction[]

一个包含要添加的操作的 DesignerAction 数组。

适用于