Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_TerminatePlugin

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.TerminatePlugin Property

AutomationML Editor

Gets the Terminate command for the PlugIn.

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

Syntax

C#

PluginCommand TerminatePlugin { get; }

VB

ReadOnly Property TerminatePlugin As PluginCommand
	Get

C++

property PluginCommand^ TerminatePlugin {
	PluginCommand^ get ();
}

Property Value

Type: PluginCommand
The terminate command.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally