C# Class BrowserReloadOnSave.EnableReloadCommand

Afficher le fichier Open project: madskristensen/BrowserReloadOnSave Class Usage Examples

Private Properties

Свойство Type Description
BeforeQueryStatus void
EnableReloadCommand System
Execute void

Méthodes publiques

Méthode Description
Initialize ( Microsoft.VisualStudio.Shell.Package package, Microsoft.VisualStudio.Shell.OleMenuCommandService commandService ) : void

Private Methods

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

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