ActivityDesigner.OnExecuteDesignerAction(DesignerAction) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
ActivityDesigner Meddelar när användaren klickar på de konfigurationsfel som är associerade med designern.
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)
Parametrar
- designerAction
- DesignerAction
Associerad DesignerAction med konfigurationsfelet.
Undantag
designerAction innehåller en nullreferens (Nothing i Visual Basic).