IVsThreadSafeCommandWindow::ThreadSafePrintNoShow Method (String^)
Visual Studio 2015
Like PrintNoShow, but may be called on any thread.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- szTextToPrint
-
Type:
System::String^
[in] The text to be printed.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsThreadSafeCommandWindow::ThreadSafePrintNoShow(
[in, ref] LPCOLESTR szTextToPrint
);
Show: