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 包含空引用(在 Visual Basic 中为 Nothing)。

适用于