Método IVsToolWindowToolbarHost.Close (UInt32)
Esse método destina-se somente para uso do ambiente.Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int Close(
uint dwReserved
)
int Close(
unsigned int dwReserved
)
abstract Close :
dwReserved:uint32 -> int
Function Close (
dwReserved As UInteger
) As Integer
Parâmetros
- dwReserved
[in] Reservado.Deve ser 0.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsToolWindowToolbarHost
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo