Método IVsCommandWindow.RunningCommandWindowCommand (Int32)
Publicado: abril de 2016
Indica se ou não um comando chamado através da janela de comando está sendo executado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int RunningCommandWindowCommand(
out int pfCmdWin
)
int RunningCommandWindowCommand(
[OutAttribute] int% pfCmdWin
)
abstract RunningCommandWindowCommand :
pfCmdWin:int byref -> int
Function RunningCommandWindowCommand (
<OutAttribute> ByRef pfCmdWin As Integer
) As Integer
Parâmetros
- pfCmdWin
[out] Ponteiro para um valor booleano.A true valor indica que o comando está em execução.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsCommandWindow::RunningCommandWindowCommand(
[out, retval] BOOL* pfCmdWin
);
Consulte também
Interface IVsCommandWindow
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo