ActivityDesigner.OnExecuteDesignerAction(DesignerAction) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当用户单击与设计器关联的配置错误时,向 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
)。