C# Class GoogleCloudExtension.PublishDialog.PublishProjectMainMenuCommand

This class implements the command handler for the menu item shown under "Tools > Google Cloud Tools".
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Méthodes publiques

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

Private Properties

Свойство Type Description
OnBeforeQueryStatus void
OnDeployCommand void
PublishProjectMainMenuCommand GoogleCloudExtension.SolutionUtils

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
OnBeforeQueryStatus ( object sender, EventArgs e ) : void
OnDeployCommand ( object sender, EventArgs e ) : void

This function is the callback used to execute the command when the menu item is clicked. See the constructor to see how the menu item is associated with this function using OleMenuCommandService service and MenuCommand class.

PublishProjectMainMenuCommand ( Microsoft.VisualStudio.Shell.Package package ) : GoogleCloudExtension.SolutionUtils

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

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