C# Class nSwagger.VS2015.AddSwaggerPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Afficher le fichier Open project: rmaclean/nSwagger

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

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
Résultat void

Property Details

CommandSet public_oe static_oe property

public static Guid,System CommandSet
Résultat System.Guid