C# 클래스 Thinktecture.Tools.Web.Services.ContractFirst.OutputWindowWriter

Writes message to a 'WSCF.blue' pane in the Output window.
파일 보기 프로젝트 열기: WSCF/WSCF 1 사용 예제들

공개 메소드들

메소드 설명
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