ProjectNode.addContextMenuItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a list of items to the shortcut menu of the project node.
protected:
virtual System::String ^ addContextMenuItems();
protected virtual string addContextMenuItems ();
abstract member addContextMenuItems : unit -> string
override this.addContextMenuItems : unit -> string
Protected Overridable Function addContextMenuItems () As String
Returns
A comma-separated list of the menu items to be added.
Remarks
Override this method to add a list of items to the shortcut menu of the project node. When one of the added menu items is selected by a user, the handleContextMenuItem method is called. Override this method to perform the appropriate action.