IVsCommandWindow.PrintNoShow(String) Méthode

Définition

Fait la même chose que Print(String), mais n'affiche pas ou n'active pas la fenêtre de commande.

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

Paramètres

szTextToPrint
String

[in] Chaîne contenant le texte à imprimer.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell. idl :

HRESULT IVsCommandWindow::PrintNoShow(  
   [in, ref] LPCOLESTR szTextToPrint  
);  

S’applique à