Skip to content

T_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandBase

AutomationML edited this page Jun 24, 2019 · 1 revision

EditorCommandBase Class

AutomationML Editor

Some extension methods, which can be used to get access to the commanding interface of a PlugIn

Inheritance Hierarchy

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

Syntax

C#

public static class EditorCommandBase

VB

<ExtensionAttribute>
Public NotInheritable Class EditorCommandBase

C++

[ExtensionAttribute]
public ref class EditorCommandBase abstract sealed

The EditorCommandBase type exposes the following members.

Methods

 

Name Description
Public methodStatic member CloseCAEXFile Calls the command, to close the CAEX file.
Public methodStatic member GetCAEXFileCommand Calls the command, to get the currently edited CAEX file from the AutomationML editor.
Public methodStatic member ImportLibraries Calls the command, to open the CAEX file.
Public methodStatic member NewCAEXFile Calls the command, to create a new CAEX file.
Public methodStatic member OpenCAEXFile(IEditorCommanding, Stream, OpenFileCommandArguments) Calls the command, to open the CAEX file from a stream.
Public methodStatic member OpenCAEXFile(IEditorCommanding, String, OpenFileCommandArguments) Calls the command, to open the CAEX file.
Public methodStatic member SaveCAEXFile Calls the command, to save the CAEX file.
  Back to Top

See Also

Reference

Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally