Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_ActivatePlugin

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.ActivatePlugin Property

AutomationML Editor

Gets the Activation command for the PlugIn.

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

Syntax

C#

public PluginCommand ActivatePlugin { get; }

VB

Public ReadOnly Property ActivatePlugin As PluginCommand
	Get

C++

public:
virtual property PluginCommand^ ActivatePlugin {
	PluginCommand^ get () sealed;
}

Property Value

Type: PluginCommand
The activation command.

Implements

IAMLEditorPlugin.ActivatePlugin

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally