C# Класс NuGet.Tools.NuGetPackage

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

Private Properties

Свойство Тип Описание
AddMenuCommandHandlers void
BeforeQueryStatusForAddPackageDialog void
BeforeQueryStatusForAddPackageForSolutionDialog void
EnablePackagesRestore void
ExecuteVisualizer void
GetPackageManagerWindow DialogWindow
GetVS10PackageManagerWindow DialogWindow
IsIDEInDebuggingOrBuildingContext bool
QueryStatusEnablePackagesRestore void
QueryStatusForVisualizer void
ShowGeneralSettingsOptionPage void
ShowManageLibraryPackageDialog void
ShowManageLibraryPackageDialog void
ShowManageLibraryPackageForSolutionDialog void
ShowOptionPageSafe void
ShowPackageSourcesOptionPage void
ShowToolWindow void

Открытые методы

Метод Описание
NuGetPackage ( ) : System

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

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

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

Метод Описание
AddMenuCommandHandlers ( ) : void
BeforeQueryStatusForAddPackageDialog ( object sender, EventArgs args ) : void
BeforeQueryStatusForAddPackageForSolutionDialog ( object sender, EventArgs args ) : void
EnablePackagesRestore ( object sender, EventArgs args ) : void
ExecuteVisualizer ( object sender, EventArgs e ) : void

Executes the NuGet Visualizer.

GetPackageManagerWindow ( Project project ) : DialogWindow
GetVS10PackageManagerWindow ( Project project ) : DialogWindow
IsIDEInDebuggingOrBuildingContext ( ) : bool
QueryStatusEnablePackagesRestore ( object sender, EventArgs args ) : void
QueryStatusForVisualizer ( object sender, EventArgs args ) : void
ShowGeneralSettingsOptionPage ( object sender, EventArgs args ) : void
ShowManageLibraryPackageDialog ( Project project ) : void
ShowManageLibraryPackageDialog ( object sender, EventArgs e ) : void
ShowManageLibraryPackageForSolutionDialog ( object sender, EventArgs e ) : void
ShowOptionPageSafe ( Type optionPageType ) : void
ShowPackageSourcesOptionPage ( object sender, EventArgs args ) : void
ShowToolWindow ( 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

NuGetPackage() публичный Метод

public NuGetPackage ( ) : System
Результат System