Compartilhar via


Método IVsToolWindowToolbarHost.Show (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 Show(
    uint dwReserved
)
int Show(
    unsigned int dwReserved
)
abstract Show : 
        dwReserved:uint32 -> int
Function Show (
    dwReserved As UInteger
) As Integer

Parâmetros

  • dwReserved
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsToolWindowToolbarHost
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo