C# Class AppVeyor.UI.Services.CommandManagerServiceService

Inheritance: ICommandManagerService, SCommandManagerService
Show file Open project: onlyutkarsh/AppVeyorExtension

Public Methods

Method Description
CommandManagerServiceService ( IServiceProvider serviceProvider ) : System
RegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
UnRegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void

Method Details

CommandManagerServiceService() public method

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

RegisterCommand() public method

public RegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
return void

UnRegisterCommand() public method

public UnRegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
return void