C# Class Thinktecture.Tools.Web.Services.ContractFirst.OutputWindowWriter

Writes message to a 'WSCF.blue' pane in the Output window.
显示文件 Open project: WSCF/WSCF Class Usage Examples

Public Methods

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.

Method Details

Clear() public method

Clears the WSCF.blue pane in the Output window.
public Clear ( ) : void
return void

OutputWindowWriter() public method

Initializes a new instance of the OutputWindowWriter class.
public OutputWindowWriter ( _DTE applicationObject ) : System.Linq
applicationObject _DTE The application object.
return System.Linq

WriteMessage() public method

Writes a message to the 'WSCF.blue' pane.
public WriteMessage ( string message ) : void
message string The message.
return void