Skip to content

Properties_T_Aml_Editor_Plugin_Contracts_Commanding_OpenFileCommandArguments

AutomationML edited this page Jun 24, 2019 · 1 revision

OpenFileCommandArguments Properties

AutomationML Editor

The OpenFileCommandArguments type exposes the following members.

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. (Inherited from EditorCommandArguments.)
Public property Cancelled Gets or sets a value indicating whether an interactive operation has been canceled by the user. (Inherited from EditorCommandArguments.)
Public property Error Gets a value indicating which error occurred during the operation. (Inherited from EditorCommandArguments.)
Public property FileContent Gets the file content as a stream for the Opened file.
Public property FilePath Gets the file path for the Opened file.
Public property Result Gets the result of the command. Specific type conversions for this property are provided by the derived classes. (Inherited from EditorCommandArguments.)
  Back to Top

See Also

Reference

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

Clone this wiki locally