C# Class VS_QuickNavigation.VSQuickNavigationPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Exibir arquivo Open project: thennequin/VS-QuickNavigation

Public Methods

Method Description
VSQuickNavigationPackage ( ) : System

Initializes a new instance of the VSQuickNavigationPackage class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void
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.

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

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

VSQuickNavigationPackage() public method

Initializes a new instance of the VSQuickNavigationPackage class.
public VSQuickNavigationPackage ( ) : System
return System