프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CmdArgsToolBarCmdSet | System.Guid | ||
KeyBindingsCmdSet | System.Guid | ||
VSMenuCmdSet | System.Guid |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddCommandToService | void | ||
AddCommandToService | void | ||
Commands | System | ||
ShowToolWindow | void |
메소드 | 설명 | |
---|---|---|
Initialize ( |
Initializes the singleton instance of the command.
|
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | void |