C# 클래스 AppVeyor.UI.Services.CommandManagerServiceService

상속: ICommandManagerService, SCommandManagerService
파일 보기 프로젝트 열기: onlyutkarsh/AppVeyorExtension

공개 메소드들

메소드 설명
CommandManagerServiceService ( IServiceProvider serviceProvider ) : System
RegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
UnRegisterCommand ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void

메소드 상세

CommandManagerServiceService() 공개 메소드

public CommandManagerServiceService ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
리턴 System

RegisterCommand() 공개 메소드

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

UnRegisterCommand() 공개 메소드

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