C# Class VSSonarQubeExtension.VsSonarExtensionPackage

The vs sonar extension package.
ファイルを表示 Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
CloseToolsWindows ( ) : void

The show tool window.

ShowToolWindow ( UserControl control, int id, string name ) : void

The show tool window.

ToMediaColor ( System.Drawing.Color color ) : System.Windows.Media.Color

To the color of the media.

VsSonarExtensionPackage ( ) : System

Initializes a new instance of the VsSonarExtensionPackage class.

Protected Methods

Method Description
Initialize ( ) : void

The initialize.

Private Methods

Method Description
AnalyseSolutionCmd ( object sender, EventArgs e ) : void

The analyse solution cmd.

LoadPluginIntoNewToolWindow ( object sender, EventArgs eventArgs ) : void

The load plugin into new tool window.

PreviewSolutionCmd ( object sender, EventArgs e ) : void

Previews the solution command.

SetupMenuCommands ( ) : void

The setup menu commands.

ShowIssuesToolWindow ( object sender, EventArgs e ) : void

The show issues tool window.

ShowOptionsWindow ( object sender, EventArgs e ) : void

Shows the options window.

ShowOutputWindow ( object sender, EventArgs e ) : void

Shows the output window.

StartOutputWindow ( string guid ) : void

Starts the output window.

StartSolutionListeners ( IVsEnvironmentHelper helper ) : void

Starts the solution listeners.

Method Details

CloseToolsWindows() public method

The show tool window.
public CloseToolsWindows ( ) : void
return void

Initialize() protected method

The initialize.
protected Initialize ( ) : void
return void

ShowToolWindow() public method

The show tool window.
/// NotSupportedException ///
public ShowToolWindow ( UserControl control, int id, string name ) : void
control UserControl /// The control. ///
id int /// The id. ///
name string /// The name. ///
return void

ToMediaColor() public static method

To the color of the media.
public static ToMediaColor ( System.Drawing.Color color ) : System.Windows.Media.Color
color System.Drawing.Color The color.
return System.Windows.Media.Color

VsSonarExtensionPackage() public method

Initializes a new instance of the VsSonarExtensionPackage class.
public VsSonarExtensionPackage ( ) : System
return System