C# Класс nSwagger.VS2015.AddSwaggerPackage

Наследование: Microsoft.VisualStudio.Shell.Package
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CommandSet System.Guid

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

Initialize() защищенный Метод

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
Результат void

Описание свойств

CommandSet публичное статическое свойство

public static Guid,System CommandSet
Результат System.Guid