C# Class AppVeyor.Commands.ShowAppVeyorWindowCommand

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

Public Methods

Method Description
ShowAppVeyorWindowCommand ( 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

ShowAppVeyorWindowCommand() public method

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