C# Class PhilippDolder.NoMorePanicSave.NoMorePanicSavePackage

Inheritance: Microsoft.VisualStudio.Shell.Package
ファイルを表示 Open project: philippdolder/NoMorePanicSave2015

Public Methods

Method Description
NoMorePanicSavePackage ( ) : System

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

Private Methods

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

NoMorePanicSavePackage() public method

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