CommandWindow::OutputString Method (String^)

 

Sends a text string to the Command 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.

OutputString does not automatically add new line 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: