-
Notifications
You must be signed in to change notification settings - Fork 4
P_Aml_Editor_Plugin_Contracts_IAMLEditorExternalsPlugin_IsExternalsViewer
AutomationML Editor
Gets a value indicating whether this PlugIn is an externals viewer. An external viewer is provided with a selected external data source like a PLCopenXML document or a COLLADA document or any other content. An external viewer can restrict itself to a specific MIME type MIMEType. If any external content is ready to be viewed, the AML Editors calls the ViewExternal(RefURIAttributeType, Stream) or ViewExternal(RefURIAttributeType, String).
Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
bool IsExternalsViewer { get; }VB
ReadOnly Property IsExternalsViewer As Boolean
GetC++
property bool IsExternalsViewer {
bool get ();
}Type: Booleantrue if this instance is externals viewer; otherwise, false.
IAMLEditorExternalsPlugin Interface
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