Click or drag to resize
IOutputWindowPaneWriteLine Method
Writes a line of text to the output window.

Namespace: Tvl.VisualStudio.OutputWindow.Interfaces
Assembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax
void WriteLine(
	string text
)

Parameters

text
Type: SystemString
The line text to write to the output window.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf text is .
Remarks
If the specified text already ends with a NewLine, no additional newline character is appended before writing the text to the output pane.
Examples
For an example of how to use this method, see the documentation for IOutputWindowService.
See Also