Método IVsCommandWindowsCollection.Close (UInt32)
Publicado: abril de 2016
Fecha a janela de comando especificado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int Close(
uint uCookie
)
int Close(
unsigned int uCookie
)
abstract Close :
uCookie:uint32 -> int
Function Close (
uCookie As UInteger
) As Integer
Parâmetros
- uCookie
[in] Um cookie, retornado por Create, especificando a janela para fechar.
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
C++
De vsshell80.idl:
HRESULT Close(
[in] UINT uCookie
);
Consulte também
Interface IVsCommandWindowsCollection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo