IVsCommandWindow::PrintNoShow Method (String^)
Visual Studio 2015
Does the same thing as Print but does not show or activate the command window.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- szTextToPrint
-
Type:
System::String^
[in] A 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::PrintNoShow(
[in, ref] LPCOLESTR szTextToPrint
);
Show: