C# Class AppVeyor.UI.Services.CommandManagerServiceService

Inheritance: ICommandManagerService, SCommandManagerService
Afficher le fichier Open project: onlyutkarsh/AppVeyorExtension

Méthodes publiques

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

Method Details

CommandManagerServiceService() public méthode

public CommandManagerServiceService ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
Résultat System

RegisterCommand() public méthode

public RegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
Résultat void

UnRegisterCommand() public méthode

public UnRegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
Résultat void