CommandWindow::OutputString Method (String^)
Visual Studio 2015
Sends a text string to the Command window.
Assembly: EnvDTE (in EnvDTE.dll)
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.
Show: