C# Class SonarLint.VisualStudio.Integration.Vsix.ManageConnectionsCommand

Inheritance: VsCommandBase
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
ManageConnectionsCommand ( IServiceProvider serviceProvider ) : System

Protected Methods

Method Description
InvokeInternal ( ) : void
QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void

Method Details

InvokeInternal() protected method

protected InvokeInternal ( ) : void
return void

ManageConnectionsCommand() public method

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

QueryStatusInternal() protected method

protected QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
return void