Skip to content

M_Aml_Editor_Plugin_Base_PluginBase_ActivateCommandExecute

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.ActivateCommandExecute Method

AutomationML Editor

The ActivatePlugin Execution Action. The IsActive Property is set to true and the PluginActivated Event is raised.

Namespace: Aml.Editor.Plugin.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

protected virtual void ActivateCommandExecute(
	Object parameter
)

VB

Protected Overridable Sub ActivateCommandExecute ( 
	parameter As Object
)

C++

protected:
virtual void ActivateCommandExecute(
	Object^ parameter
)

Parameters

 

parameter
Type: System.Object
parameter may contain the FilePath of the Active AMLDocument if a document is loaded, otherwise it is null or empty

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally