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 配列。

適用対象