Skip to content

M_Aml_Editor_Plugin_Contracts_IAMLEditorExternalsPlugin_ViewExternal

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorExternalsPlugin.ViewExternal Method (RefURIAttributeType, Stream)

AutomationML Editor

This method is called by the AML editor if the PlugIn's property IsExternalsViewer returns true and the URI attribute references a stream in an AutomationML container.

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

Syntax

C#

void ViewExternal(
	RefURIAttributeType attribute,
	Stream memoryStream
)

VB

Sub ViewExternal ( 
	attribute As RefURIAttributeType,
	memoryStream As Stream
)

C++

void ViewExternal(
	RefURIAttributeType^ attribute, 
	Stream^ memoryStream
)

Parameters

 

attribute
Type: RefURIAttributeType
The attribute.
memoryStream
Type: System.IO.Stream
The memory stream.

See Also

Reference

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

Clone this wiki locally