C# Class PackageCommandsCreatedByCode.VSMyPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Afficher le fichier Open project: visualstudioextensibility/VSX-Samples

Méthodes publiques

Méthode Description
VSMyPackage ( ) : System

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
AddCommand ( IVsProfferCommands3 profferCommands3, Microsoft.VisualStudio.Shell.OleMenuCommandService oleMenuCommandService, string commandName, string commandCaption, string commandTooltip ) : int
OleMenuCommandBeforeQueryStatus ( object sender, EventArgs e ) : void
OleMenuCommandCallback ( object sender, EventArgs e ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

VSMyPackage() public méthode

public VSMyPackage ( ) : System
Résultat System