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

Writes message to a 'WSCF.blue' pane in the Output window.
Afficher le fichier Open project: WSCF/WSCF Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Clears the WSCF.blue pane in the Output window.
public Clear ( ) : void
Résultat void

OutputWindowWriter() public méthode

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

WriteMessage() public méthode

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