IVsCommandWindow.RunningCommandWindowCommand(Int32) Méthode

Définition

Indique si une commande appelée via la fenêtre de commande s'exécute ou non actuellement.

public:
 int RunningCommandWindowCommand([Runtime::InteropServices::Out] int % pfCmdWin);
int RunningCommandWindowCommand([Runtime::InteropServices::Out] int & pfCmdWin);
public int RunningCommandWindowCommand (out int pfCmdWin);
abstract member RunningCommandWindowCommand : int -> int
Public Function RunningCommandWindowCommand (ByRef pfCmdWin As Integer) As Integer

Paramètres

pfCmdWin
Int32

[out] Pointeur vers une valeur booléenne. Une valeur true indique que la commande est en cours d'exécution.

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::RunningCommandWindowCommand(  
   [out, retval] BOOL* pfCmdWin  
);  

S’applique à