Skip to content

F_Aml_Editor_Plugin_Base_PluginBase_commands

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.commands Field

AutomationML Editor

The PlugIn commands which are shown in the PlugIn Menu.

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

Syntax

C#

protected List<PluginCommand> commands

VB

Protected commands As List(Of PluginCommand)

C++

protected:
List<PluginCommand^>^ commands

Field Value

Type: List(PluginCommand)

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally