프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CommandSet | System.Guid |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
QuickSymbolCommand | System | ||
ShowToolWindow | void |
메소드 | 설명 | |
---|---|---|
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void |
Initializes the singleton instance of the command.
|
메소드 | 설명 | |
---|---|---|
QuickSymbolCommand ( Microsoft.VisualStudio.Shell.Package package ) : System |
Initializes a new instance of the QuickSymbolCommand 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 ( Microsoft.VisualStudio.Shell.Package package ) : void | ||
package | Microsoft.VisualStudio.Shell.Package | Owner package, not null. |
리턴 | void |