Свойство | Type | Description | |
---|---|---|---|
CommandSet | System.Guid |
Свойство | Type | Description | |
---|---|---|---|
QuickMethodCommand | System | ||
ShowToolWindow | void |
Méthode | Description | |
---|---|---|
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void |
Initializes the singleton instance of the command.
|
Méthode | Description | |
---|---|---|
QuickMethodCommand ( Microsoft.VisualStudio.Shell.Package package ) : System |
Initializes a new instance of the QuickMethodCommand 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. |
Résultat | void |