Método IVsCommandWindowsCollection.IsOutputWaiting (UInt32)
Publicado: abril de 2016
Determina se existe é saída para processar para a janela especificada.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int IsOutputWaiting(
uint uCookie
)
int IsOutputWaiting(
unsigned int uCookie
)
abstract IsOutputWaiting :
uCookie:uint32 -> int
Function IsOutputWaiting (
uCookie As UInteger
) As Integer
Parâmetros
- uCookie
[in] Um cookie, retornado por Create, especificando a janela.
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.Se a janela não estiver no modo de CWM_SYSTEM, ele retorna S_FALSE.Para obter mais informações sobre CWM_SYSTEM, consulte COMMANDWINDOWMODE.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT IsOutputWaiting(
[in] UINT uCookie
);
Consulte também
Interface IVsCommandWindowsCollection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo