ActivityDesigner.OnExecuteDesignerAction(DesignerAction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the ActivityDesigner when the user clicks on the configuration errors associated with the designer.
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)
Parameters
- designerAction
- DesignerAction
The DesignerAction associated with the configuration error.
Exceptions
designerAction
contains a null reference (Nothing
in Visual Basic).
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.