Enterprise Architect Add-in Framework Documentation
Called when user Clicks Add-Ins Menu item from within EA. Populates the Menu with our desired selections. Location can be "TreeView" "MainMenu" or "Diagram".

Namespace: EAAddinFramework
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public virtual Object EA_GetMenuItems(
	Repository Repository,
	string Location,
	string MenuName
)
Visual Basic
Public Overridable Function EA_GetMenuItems ( _
	Repository As Repository, _
	Location As String, _
	MenuName As String _
) As Object
Visual C++
public:
virtual Object^ EA_GetMenuItems(
	Repository^ Repository, 
	String^ Location, 
	String^ MenuName
)

Parameters

Repository
Type: Repository
the repository
Location
Type: System..::..String
the location of the menu
MenuName
Type: System..::..String
the name of the menu

Return Value

[Missing <returns> documentation for "M:EAAddinFramework.EAAddinBase.EA_GetMenuItems(EA.Repository,System.String,System.String)"]

See Also