C# Class VS_QuickNavigation.VSQuickNavigationPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Afficher le fichier Open project: thennequin/VS-QuickNavigation

Méthodes publiques

Méthode Description
VSQuickNavigationPackage ( ) : System

Initializes a new instance of the VSQuickNavigationPackage class.

Méthodes protégées

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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

VSQuickNavigationPackage() public méthode

Initializes a new instance of the VSQuickNavigationPackage class.
public VSQuickNavigationPackage ( ) : System
Résultat System