Skip to content

T_Aml_Editor_Plugin_Contracts_Commanding_ImportLibrariesCommandArguments

AutomationML edited this page Jun 24, 2019 · 1 revision

ImportLibrariesCommandArguments Class

AutomationML Editor

The command arguments for the ImportLibrariesCommand

Inheritance Hierarchy

System.Object
  Aml.Editor.Plugin.Contracts.Commanding.EditorCommandArguments
    Aml.Editor.Plugin.Contracts.Commanding.ImportLibrariesCommandArguments
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public sealed class ImportLibrariesCommandArguments : EditorCommandArguments

VB

Public NotInheritable Class ImportLibrariesCommandArguments
	Inherits EditorCommandArguments

C++

public ref class ImportLibrariesCommandArguments sealed : public EditorCommandArguments

The ImportLibrariesCommandArguments type exposes the following members.

Constructors

 

Name Description
Public method ImportLibrariesCommandArguments Initializes a new instance of the ImportLibrariesCommandArguments 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. (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 FilePath Gets the file path of the AML file, containing the libraries.
Public property IsSilent Gets a value indicating whether the import command requires a user interaction.
Public property LibraryNames Gets the library names, which should be imported
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

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

Clone this wiki locally