C# 클래스 NuGet.Tools.NuGetPackage

상속: Microsoft.VisualStudio.Shell.Package, IVsPackageExtensionProvider
파일 보기 프로젝트 열기: themotleyfool/NuGet

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