IVsCommandWindow::Print Method (String^)
Visual Studio 2015
Prints the specified text to the command window. The command window will be shown if it is not already visible.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- szTextToPrint
-
Type:
System::String^
[in] String containing the text to print.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsCommandWindow::Print(
[in, ref] LPCOLESTR szTextToPrint
);
Show: