C# Class AppVeyor.Commands.ShowOptionsCommand

Inheritance: AppVeyor.Commands.Base.DynamicCommand
Datei anzeigen Open project: onlyutkarsh/AppVeyorExtension Class Usage Examples

Public Methods

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

ShowOptionsCommand() public method

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