-
Notifications
You must be signed in to change notification settings - Fork 4
T_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandArguments
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
This class defines the base command properties for an AMLEditor command.
System.Object
Aml.Editor.Plugin.Contracts.Commanding.EditorCommandArguments
More...
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public abstract class EditorCommandArgumentsVB
Public MustInherit Class EditorCommandArgumentsC++
public ref class EditorCommandArguments abstractThe EditorCommandArguments type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
EditorCommandArguments | Initializes a new instance of the EditorCommandArguments class |
| Name | Description | |
|---|---|---|
![]() |
Arguments | Gets or sets the input arguments for a command. Specific access properties to the arguments array are provided by the derived classes. |
![]() |
Cancelled | Gets or sets a value indicating whether an interactive operation has been canceled by the user. |
![]() |
Error | Gets a value indicating which error occurred during the operation. |
![]() |
Result | Gets the result of the command. Specific type conversions for this property are provided by the derived classes. |
Aml.Editor.Plugin.Contracts.Commanding Namespace
Inheritance HierarchySystem.Object
Aml.Editor.Plugin.Contracts.Commanding.EditorCommandArguments
Aml.Editor.Plugin.Contracts.Commanding.CloseCAEXFileCommandArguments
Aml.Editor.Plugin.Contracts.Commanding.GetCAEXFileCommandArguments
Aml.Editor.Plugin.Contracts.Commanding.ImportLibrariesCommandArguments
Aml.Editor.Plugin.Contracts.Commanding.NewCAEXFileCommandArguments
Aml.Editor.Plugin.Contracts.Commanding.OpenFileCommandArguments
Aml.Editor.Plugin.Contracts.Commanding.SaveCAEXFileCommandArguments
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

