Skip to content

M_Aml_Editor_Plugin_Base_PluginBase_TerminateCommandCanExecute

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.TerminateCommandCanExecute Method

AutomationML Editor

Test, if the TerminatePlugin can execute.

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

Syntax

C#

protected virtual bool TerminateCommandCanExecute(
	Object parameter
)

VB

Protected Overridable Function TerminateCommandCanExecute ( 
	parameter As Object
) As Boolean

C++

protected:
virtual bool TerminateCommandCanExecute(
	Object^ parameter
)

Parameters

 

parameter
Type: System.Object
parameter may contain the FilePath of the Active AMLDocument if a document is loaded, otherwise it is null or empty

Return Value

Type: Boolean
true, if command can execute

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally