Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandArguments_Arguments

AutomationML edited this page Jun 24, 2019 · 1 revision

EditorCommandArguments.Arguments Property

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

Syntax

C#

public Object[] Arguments { get; set; }

VB

Public Property Arguments As Object()
	Get
	Set

C++

public:
property array<Object^>^ Arguments {
	array<Object^>^ get ();
	void set (array<Object^>^ value);
}

Property Value

Type: Object[]

See Also

Reference

EditorCommandArguments Class
Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally