C# Class BrowserReloadOnSave.EnableReloadCommand

Show file Open project: madskristensen/BrowserReloadOnSave Class Usage Examples

Private Properties

Property Type Description
BeforeQueryStatus void
EnableReloadCommand System
Execute void

Public Methods

Method Description
Initialize ( Microsoft.VisualStudio.Shell.Package package, Microsoft.VisualStudio.Shell.OleMenuCommandService commandService ) : void

Private Methods

Method Description
BeforeQueryStatus ( object sender, EventArgs e ) : void
EnableReloadCommand ( Microsoft.VisualStudio.Shell.Package package, Microsoft.VisualStudio.Shell.OleMenuCommandService commandService ) : System
Execute ( object sender, EventArgs e ) : void

Method Details

Initialize() public static method

public static Initialize ( Microsoft.VisualStudio.Shell.Package package, Microsoft.VisualStudio.Shell.OleMenuCommandService commandService ) : void
package Microsoft.VisualStudio.Shell.Package
commandService Microsoft.VisualStudio.Shell.OleMenuCommandService
return void