-
Notifications
You must be signed in to change notification settings - Fork 4
M_Aml_Editor_Plugin_Contracts_IAMLEditorExternalsPlugin_ViewExternal_1
AutomationML edited this page Jun 24, 2019
·
1 revision
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
C#
void ViewExternal(
RefURIAttributeType attribute,
string filePath
)VB
Sub ViewExternal (
attribute As RefURIAttributeType,
filePath As String
)C++
void ViewExternal(
RefURIAttributeType^ attribute,
String^ filePath
)
- attribute
- Type: RefURIAttributeType
The attribute. - filePath
- Type: System.String
The file path.
IAMLEditorExternalsPlugin Interface
ViewExternal Overload
Aml.Editor.Plugin.Contracts Namespace
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace