Skip to content

M_Aml_Editor_Plugin_Base_PluginBase_ChangeAMLFilePath

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.ChangeAMLFilePath Method

AutomationML Editor

Changes the current amlFilePath. The Host Application will call this method when the PlugIns IsReactive Property is set to true and the Currently opened AutomationML File changes in the AMLEditor Host Application.

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

Syntax

C#

public abstract void ChangeAMLFilePath(
	string amlFilePath
)

VB

Public MustOverride Sub ChangeAMLFilePath ( 
	amlFilePath As String
)

C++

public:
virtual void ChangeAMLFilePath(
	String^ amlFilePath
) abstract

Parameters

 

amlFilePath
Type: System.String
The Path to the current AML File in the AML Editor.

Implements

IAMLEditorPlugin.ChangeAMLFilePath(String)

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally