IVsCommandWindow.PrintNoShow(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
);