C# Класс Thinktecture.Tools.Web.Services.ContractFirst.OutputWindowWriter

Writes message to a 'WSCF.blue' pane in the Output window.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Clear() публичный Метод

Clears the WSCF.blue pane in the Output window.
public Clear ( ) : void
Результат void

OutputWindowWriter() публичный Метод

Initializes a new instance of the OutputWindowWriter class.
public OutputWindowWriter ( _DTE applicationObject ) : System.Linq
applicationObject _DTE The application object.
Результат System.Linq

WriteMessage() публичный Метод

Writes a message to the 'WSCF.blue' pane.
public WriteMessage ( string message ) : void
message string The message.
Результат void