IVsThreadSafeCommandWindow.ThreadSafePrintNoShow(String) Método

Definição

Como PrintNoShow(String) , mas pode ser chamado em qualquer thread.

public:
 int ThreadSafePrintNoShow(System::String ^ szTextToPrint);
public:
 int ThreadSafePrintNoShow(Platform::String ^ szTextToPrint);
int ThreadSafePrintNoShow(std::wstring const & szTextToPrint);
public int ThreadSafePrintNoShow (string szTextToPrint);
abstract member ThreadSafePrintNoShow : string -> int
Public Function ThreadSafePrintNoShow (szTextToPrint As String) As Integer

Parâmetros

szTextToPrint
String

no O texto a ser impresso.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

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

Aplica-se a