Class ContextMenuDefinitions
Project item context menu definitions.
public static class ContextMenuDefinitions
- Inheritance
-
ContextMenuDefinitions
- Inherited Members
Properties
AddExistingFolder
Gets the add existing folder menu item for the ContextMenu.
[Export]
public static MenuItemDefinition AddExistingFolder { get; }
Property Value
AddExistingProjectItem
Gets or sets the add existing menu item for the ContextMenu.
[Export]
public static MenuItemDefinition AddExistingProjectItem { get; set; }
Property Value
AddProjectItem
Gets or sets the add menu item for the ContextMenu.
[Export]
public static MenuItemDefinition AddProjectItem { get; set; }
Property Value
AddReferenceProjectItem
Gets or sets the add reference menu item for the ContextMenu.
[Export]
public static MenuItemDefinition AddReferenceProjectItem { get; set; }
Property Value
ContextMenu
Gets or sets the context menu for a project item.
[Export]
public static MenuDefinition ContextMenu { get; set; }
Property Value
DeleteProjectItem
Gets or sets the delete menu item for the ContextMenu.
[Export]
public static MenuItemDefinition DeleteProjectItem { get; set; }
Property Value
GeneralContextMenuGroup
Gets or sets the general group for the ContextMenu.
[Export]
public static MenuItemGroupDefinition GeneralContextMenuGroup { get; set; }
Property Value
OpenEditor
Gets or sets the opening editor menu item for the ContextMenu.
[Export]
public static MenuItemDefinition OpenEditor { get; set; }
Property Value
ProjectItemContextMenuBar
Gets or sets the menu bar definition to build with IMenuBuilder.
[Export]
public static MenuBarDefinition ProjectItemContextMenuBar { get; set; }
Property Value
RenameProjectItem
Gets or sets the rename menu item for the ContextMenu.
[Export]
public static MenuItemDefinition RenameProjectItem { get; set; }
Property Value
SetAsStartUpProjectItem
Gets or sets the add reference menu item for the ContextMenu.
[Export]
public static MenuItemDefinition SetAsStartUpProjectItem { get; set; }
Property Value
ViewInFileExplorer
Gets or sets the opening in file explorer menu item for the ContextMenu.
[Export]
public static MenuItemDefinition ViewInFileExplorer { get; set; }