IVsThreadSafeCommandWindow::ThreadSafePrintNoShow Method (String^)

 

Like PrintNoShow, but may be called on any thread.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int ThreadSafePrintNoShow(
	String^ szTextToPrint
)

Parameters

szTextToPrint
Type: System::String^

[in] The text to be printed.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: