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.
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
The initialize.
|
Method | Description | |
---|---|---|
AnalyseSolutionCmd ( object sender, |
The analyse solution cmd.
|
|
LoadPluginIntoNewToolWindow ( object sender, |
The load plugin into new tool window.
|
|
PreviewSolutionCmd ( object sender, |
Previews the solution command.
|
|
SetupMenuCommands ( ) : void |
The setup menu commands.
|
|
ShowIssuesToolWindow ( object sender, |
The show issues tool window.
|
|
ShowOptionsWindow ( object sender, |
Shows the options window.
|
|
ShowOutputWindow ( object sender, |
Shows the output window.
|
|
StartOutputWindow ( string guid ) : void |
Starts the output window.
|
|
StartSolutionListeners ( IVsEnvironmentHelper helper ) : void |
Starts the solution listeners.
|
public ShowToolWindow ( UserControl control, int id, string name ) : void | ||
control | UserControl | /// The control. /// |
id | int | /// The id. /// |
name | string | /// The name. /// |
return | void |
public static ToMediaColor ( System.Drawing.Color color ) : System.Windows.Media.Color | ||
color | System.Drawing.Color | The color. |
return | System.Windows.Media.Color |