Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_TerminatePlugin

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.TerminatePlugin Property

AutomationML Editor

Gets the Terminate command for the PlugIn.

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

Syntax

C#

public PluginCommand TerminatePlugin { get; }

VB

Public ReadOnly Property TerminatePlugin As PluginCommand
	Get

C++

public:
virtual property PluginCommand^ TerminatePlugin {
	PluginCommand^ get () sealed;
}

Property Value

Type: PluginCommand
The terminate command.

Implements

IAMLEditorPlugin.TerminatePlugin

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally