OutputWindowPane::OutputString Method (String^)

 

Sends a text string to the OutputWindowPane window.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void OutputString(
	String^ Text
)

Parameters

Text
Type: System::String^

Required. The text characters to send to the window.

This method does not automatically add newline characters to the string. If you want such characters in the string, you must add them to Text.

No code example is currently available or this language may not be supported.
Return to top
Show: