C# Class NuGet.Tools.NuGetPackage

Inheritance: Microsoft.VisualStudio.Shell.Package, IVsPackageExtensionProvider
Afficher le fichier Open project: themotleyfool/NuGet

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
NuGetPackage ( ) : System

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

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

NuGetPackage() public méthode

public NuGetPackage ( ) : System
Résultat System