C# Class PhilippDolder.NoMorePanicSave.NoMorePanicSavePackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Afficher le fichier Open project: philippdolder/NoMorePanicSave2015

Méthodes publiques

Méthode Description
NoMorePanicSavePackage ( ) : System

Initializes a new instance of the NoMorePanicSavePackage 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.

Private Methods

Méthode Description
HandleBeforeClosingSolution ( ) : void
HandleCurrentInstanceFocused ( IntPtr hWinEventHook, uint eventType, IntPtr hWnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void
HandleOtherApplicationFocused ( IntPtr hWinEventHook, uint eventType, IntPtr hWnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void
SaveAll ( ) : void

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

NoMorePanicSavePackage() public méthode

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