Skip to content

T_Aml_Editor_Plugin_Contracts_IAMLEditorPluginMetadata

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPluginMetadata Interface

AutomationML Editor

Interface which defines Metadata for an exportet PlugIn.

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

Syntax

C#

public interface IAMLEditorPluginMetadata

VB

Public Interface IAMLEditorPluginMetadata

C++

public interface class IAMLEditorPluginMetadata

The IAMLEditorPluginMetadata type exposes the following members.

Properties

 

Name Description
Public property Author Gets the name of the author.
Public property Description Gets the description of the PlugIn.
Public property DisplayName Gets the display name of the PlugIn.
  Back to Top

See Also

Reference

Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally