IVsThreadSafeCommandWindow.ThreadSafePrintNoShow(String) Method

Definition

Like PrintNoShow(String), but may be called on any thread.

C++/CX
public:
 int ThreadSafePrintNoShow(Platform::String ^ szTextToPrint);

Parameters

szTextToPrint
String

[in] The text to be printed.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsThreadSafeCommandWindow::ThreadSafePrintNoShow(  
   [in, ref] LPCOLESTR szTextToPrint  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022