Skip to content

M_Aml_Editor_Plugin_Contracts_IAMLEditorExternalsPlugin_ViewExternal_1

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorExternalsPlugin.ViewExternal Method (RefURIAttributeType, String)

AutomationML Editor

This method is called by the AML editor if the PlugIn's property IsExternalsViewer returns true and the URI attribute references a file.

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

Syntax

C#

void ViewExternal(
	RefURIAttributeType attribute,
	string filePath
)

VB

Sub ViewExternal ( 
	attribute As RefURIAttributeType,
	filePath As String
)

C++

void ViewExternal(
	RefURIAttributeType^ attribute, 
	String^ filePath
)

Parameters

 

attribute
Type: RefURIAttributeType
The attribute.
filePath
Type: System.String
The file path.

See Also

Reference

IAMLEditorExternalsPlugin Interface
ViewExternal Overload
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally