IVsCommandWindow.RunningCommandWindowCommand(Int32) 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.
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
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
);