-
Notifications
You must be signed in to change notification settings - Fork 4
M_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandBase_GetCAEXFileCommand
AutomationML Editor
Calls the command, to get the currently edited CAEX file from the AutomationML editor.
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public static CAEXFileType GetCAEXFileCommand(
this IEditorCommanding plugIn,
out GetCAEXFileCommandArguments result
)VB
<ExtensionAttribute>
Public Shared Function GetCAEXFileCommand (
plugIn As IEditorCommanding,
<OutAttribute> ByRef result As GetCAEXFileCommandArguments
) As CAEXFileTypeC++
public:
[ExtensionAttribute]
static CAEXFileType^ GetCAEXFileCommand(
IEditorCommanding^ plugIn,
[OutAttribute] GetCAEXFileCommandArguments^% result
)
- plugIn
- Type: Aml.Editor.Plugin.Contracts.Commanding.IEditorCommanding
The plug in. - result
- Type: Aml.Editor.Plugin.Contracts.Commanding.GetCAEXFileCommandArguments
The result.
Type: CAEXFileTypetrue, if the operation has been executed successfully; false if an Error exists or no current file is loaded. Interpret the result output for details.
In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorCommanding. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
EditorCommandBase Class
Aml.Editor.Plugin.Contracts.Commanding 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