ActivityDesigner.OnExecuteDesignerAction(DesignerAction) 메서드

정의

사용자가 디자이너와 연결된 구성 오류를 클릭할 경우 ActivityDesigner에게 알립니다.

protected public:
 virtual void OnExecuteDesignerAction(System::Workflow::ComponentModel::Design::DesignerAction ^ designerAction);
protected internal virtual void OnExecuteDesignerAction (System.Workflow.ComponentModel.Design.DesignerAction designerAction);
abstract member OnExecuteDesignerAction : System.Workflow.ComponentModel.Design.DesignerAction -> unit
override this.OnExecuteDesignerAction : System.Workflow.ComponentModel.Design.DesignerAction -> unit
Protected Friend Overridable Sub OnExecuteDesignerAction (designerAction As DesignerAction)

매개 변수

designerAction
DesignerAction

구성 오류와 연결된 DesignerAction입니다.

예외

designerAction에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

적용 대상