Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_DisplayName

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.DisplayName Property

AutomationML Editor

Gets the display name which is shown in the PlugIn Menu in the AutomationML Editor.

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

Syntax

C#

public virtual string DisplayName { get; protected set; }

VB

Public Overridable Property DisplayName As String
	Get
	Protected Set

C++

public:
virtual property String^ DisplayName {
	String^ get ();
	protected: void set (String^ value);
}

Property Value

Type: String
The display name.

Implements

IAMLEditorPlugin.DisplayName

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally