-
Notifications
You must be signed in to change notification settings - Fork 4
T_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandBase
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
Some extension methods, which can be used to get access to the commanding interface of a PlugIn
System.Object
Aml.Editor.Plugin.Contracts.Commanding.EditorCommandBase
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public static class EditorCommandBaseVB
<ExtensionAttribute>
Public NotInheritable Class EditorCommandBaseC++
[ExtensionAttribute]
public ref class EditorCommandBase abstract sealedThe EditorCommandBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
CloseCAEXFile | Calls the command, to close the CAEX file. |
![]()
|
GetCAEXFileCommand | Calls the command, to get the currently edited CAEX file from the AutomationML editor. |
![]()
|
ImportLibraries | Calls the command, to open the CAEX file. |
![]()
|
NewCAEXFile | Calls the command, to create a new CAEX file. |
![]()
|
OpenCAEXFile(IEditorCommanding, Stream, OpenFileCommandArguments) | Calls the command, to open the CAEX file from a stream. |
![]()
|
OpenCAEXFile(IEditorCommanding, String, OpenFileCommandArguments) | Calls the command, to open the CAEX file. |
![]()
|
SaveCAEXFile | Calls the command, to save the CAEX file. |
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
