Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_Commands

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.Commands Property

AutomationML Editor

Gets the List of commands, which are bound to the PlugIn Menu in the AutomationML Editor. The Command Names are shown in a sub-Menu in the PlugIn-Menu.

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

Syntax

C#

public List<PluginCommand> Commands { get; }

VB

Public ReadOnly Property Commands As List(Of PluginCommand)
	Get

C++

public:
virtual property List<PluginCommand^>^ Commands {
	List<PluginCommand^>^ get () sealed;
}

Property Value

Type: List(PluginCommand)
The commands.

Implements

IAMLEditorPlugin.Commands

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally