Property | Type | Description | |
---|---|---|---|
CmdArgsToolBarCmdSet | System.Guid | ||
KeyBindingsCmdSet | System.Guid | ||
VSMenuCmdSet | System.Guid |
Property | Type | Description | |
---|---|---|---|
AddCommandToService | void | ||
AddCommandToService | void | ||
Commands | System | ||
ShowToolWindow | void |
Method | Description | |
---|---|---|
Initialize ( |
Initializes the singleton instance of the command.
|
Method | Description | |
---|---|---|
AddCommandToService ( Microsoft.VisualStudio.Shell.OleMenuCommandService service, System.Guid cmdSet, int cmdId, EventHandler handler ) : void | ||
AddCommandToService ( Microsoft.VisualStudio.Shell.OleMenuCommandService service, System.Guid cmdSet, int cmdId, RelayCommand relayCommand ) : void | ||
Commands ( |
Initializes a new instance of the Commands class. Adds our command handlers for menu (commands must exist in the command table file)
|
|
ShowToolWindow ( object sender, |
Shows the tool window when the menu item is clicked.
|
public static Initialize ( |
||
package | Owner package, not null. | |
return | void |
public static Guid,System CmdArgsToolBarCmdSet | ||
return | System.Guid |
public static Guid,System KeyBindingsCmdSet | ||
return | System.Guid |