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) が含まれています。

適用対象