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