Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the WSCF.blue pane in the Output window.
|
|
OutputWindowWriter ( _DTE applicationObject ) : System.Linq |
Initializes a new instance of the OutputWindowWriter class.
|
|
WriteMessage ( string message ) : void |
Writes a message to the 'WSCF.blue' pane.
|
public OutputWindowWriter ( _DTE applicationObject ) : System.Linq | ||
applicationObject | _DTE | The application object. |
return | System.Linq |
public WriteMessage ( string message ) : void | ||
message | string | The message. |
return | void |