Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_Command

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.Command Property

AutomationML Editor

Gets or sets the command, as an example a RelayCommand(T). A Command Parameter is set to the FilePath of the Active AMLDocument if a document is loaded, otherwise it is null or empty.

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public ICommand Command { get; set; }

VB

Public Property Command As ICommand
	Get
	Set

C++

public:
property ICommand^ Command {
	ICommand^ get ();
	void set (ICommand^ value);
}

Property Value

Type: ICommand
The command.

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally