Click or drag to resize

MacroPluginGetMenuEntries Method (ListObjectProxy)

Note: This API is now obsolete.

Requests command descriptors to create a context menu

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("This overload is deprecated, please override the one with the Context parameter. This method is for backward compatibility only", 
	false)]
public virtual List<MacroCommandDescriptor> GetMenuEntries(
	List<ObjectProxy> aSelectedObjects
)

Parameters

aSelectedObjects
Type: System.Collections.GenericListObjectProxy
the list of currently selected objects or null if the command was called from the ribbon toolbars "global commands" button

Return Value

Type: ListMacroCommandDescriptor
the list of commands the plugin wants to add to the context menu.
See Also