C# Class PackageCommandsCreatedByCode.VSMyPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Mostra file Open project: visualstudioextensibility/VSX-Samples

Public Methods

Method Description
VSMyPackage ( ) : System

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method 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 method

protected Initialize ( ) : void
return void

VSMyPackage() public method

public VSMyPackage ( ) : System
return System