-
Notifications
You must be signed in to change notification settings - Fork 4
T_Aml_Editor_Plugin_Contracts_PluginCommandsEnum
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
Enumeration Constants for Plugin Commands. This Constants are used in the Host AutomationML Editor Application to Execute a Plugin internal command. The Plugin should at least publish these commands to the Host via its command list.
Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public enum PluginCommandsEnumVB
Public Enumeration PluginCommandsEnumC++
public enum class PluginCommandsEnum
| Member name | Value | Description | |
|---|---|---|---|
| Activate | 0 | Identifies the activate command | |
| Terminate | 1 | Identifies the terminate command |
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace