Skip to content

T_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandArguments

AutomationML edited this page Jun 24, 2019 · 1 revision

EditorCommandArguments Class

AutomationML Editor

This class defines the base command properties for an AMLEditor command.

Inheritance Hierarchy

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

Syntax

C#

public abstract class EditorCommandArguments

VB

Public MustInherit Class EditorCommandArguments

C++

public ref class EditorCommandArguments abstract

The EditorCommandArguments type exposes the following members.

Constructors

 

Name Description
Protected method EditorCommandArguments Initializes a new instance of the EditorCommandArguments class
  Back to Top

Properties

 

Name Description
Public property Arguments Gets or sets the input arguments for a command. Specific access properties to the arguments array are provided by the derived classes.
Public property Cancelled Gets or sets a value indicating whether an interactive operation has been canceled by the user.
Public property Error Gets a value indicating which error occurred during the operation.
Public property Result Gets the result of the command. Specific type conversions for this property are provided by the derived classes.
  Back to Top

See Also

Reference

Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally