C# Class nSwagger.VS2015.AddSwaggerPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Show file Open project: rmaclean/nSwagger

Public Properties

Property Type Description
CommandSet System.Guid

Protected Methods

Method Description
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Private Methods

Method Description
AddButtons ( ) : void
AddItem_BeforeQueryStatus ( object sender, EventArgs e ) : void
AddSwaggerCommand ( object sender, EventArgs e ) : void
UpdateItem_BeforeQueryStatus ( object sender, EventArgs e ) : void
UpdateSwaggerCommand ( object sender, EventArgs e ) : void

Method Details

Initialize() protected method

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
return void

Property Details

CommandSet public static property

public static Guid,System CommandSet
return System.Guid