C# Class GoogleCloudExtension.CloudExplorer.CloudExplorerCommand

Command handler for the CloudExplorerCommand that opens the Tool Window.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Méthodes publiques

Свойство Type Description
CommandSet System.Guid

Private Properties

Свойство Type Description
CloudExplorerCommand GoogleCloudExtension.Analytics
ShowToolWindow void

Méthodes publiques

Méthode Description
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void

Initializes the singleton instance of the command.

Private Methods

Méthode Description
CloudExplorerCommand ( Microsoft.VisualStudio.Shell.Package package ) : GoogleCloudExtension.Analytics

Initializes a new instance of the CloudExplorerCommand class. Adds our command handlers for menu (commands must exist in the command table file)

ShowToolWindow ( object sender, EventArgs e ) : void

Shows the tool window when the menu item is clicked.

Method Details

Initialize() public static méthode

Initializes the singleton instance of the command.
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package Owner package, not null.
Résultat void

Property Details

CommandSet public_oe static_oe property

Command menu group (command set GUID).
public static Guid,System CommandSet
Résultat System.Guid