IVsOutputWindowPaneNoPump::OutputStringNoPump Method (String^)

 

Prints text to the output window without pushing a message pump.

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

void OutputStringNoPump(
	String^ pszOutputString
)

Parameters

pszOutputString
Type: System::String^

The string.

Return to top
Show: