C# Class NuGet.Tools.NuGetPackage

Inheritance: Microsoft.VisualStudio.Shell.Package, IVsPackageExtensionProvider
ファイルを表示 Open project: themotleyfool/NuGet

Private Properties

Property 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

Public Methods

Method Description
NuGetPackage ( ) : System

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

NuGetPackage() public method

public NuGetPackage ( ) : System
return System