다음을 통해 공유


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 배열입니다.

적용 대상