C# Class AppVeyor.Commands.RefreshCommand

Inheritance: AppVeyor.Commands.Base.DynamicCommand
Show file Open project: onlyutkarsh/AppVeyorExtension Class Usage Examples

Public Methods

Method Description
RefreshCommand ( IServiceProvider serviceProvider ) : System

Protected Methods

Method Description
CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool

Private Methods

Method Description
OnExecute ( object sender, EventArgs e ) : void

Method Details

CanExecute() protected method

protected CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool
command Microsoft.VisualStudio.Shell.OleMenuCommand
return bool

RefreshCommand() public method

public RefreshCommand ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
return System