Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandArguments_Result

AutomationML edited this page Jun 24, 2019 · 1 revision

EditorCommandArguments.Result Property

AutomationML Editor

Gets the result of the command. Specific type conversions for this property 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 Result { get; set; }

VB

Public Property Result As Object
	Get
	Set

C++

public:
property Object^ Result {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: Object

See Also

Reference

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

Clone this wiki locally