Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_Commands

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.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.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

List<PluginCommand> Commands { get; }

VB

ReadOnly Property Commands As List(Of PluginCommand)
	Get

C++

property List<PluginCommand^>^ Commands {
	List<PluginCommand^>^ get ();
}

Property Value

Type: List(PluginCommand)
The commands.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally