-
Notifications
You must be signed in to change notification settings - Fork 4
P_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandArguments_Arguments
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
Gets or sets the input arguments for a command. Specific access properties to the arguments array are provided by the derived classes.
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public Object[] Arguments { get; set; }VB
Public Property Arguments As Object()
Get
SetC++
public:
property array<Object^>^ Arguments {
array<Object^>^ get ();
void set (array<Object^>^ value);
}Type: Object[]
EditorCommandArguments Class
Aml.Editor.Plugin.Contracts.Commanding Namespace
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