| IOutputWindowPaneWriteLine Method |
Writes a line of text to the output window.
Namespace: Tvl.VisualStudio.OutputWindow.InterfacesAssembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax void WriteLine(
string text
)
Sub WriteLine (
text As String
)
void WriteLine(
String^ text
)
abstract WriteLine :
text : string -> unit
Parameters
- text
- Type: SystemString
The line text to write to the output window.
Exceptions 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 See Also