Método IVsToolWindowToolbarHost.ShowHideToolbar (Guid, UInt32, Int32)
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 ShowHideToolbar(
[InAttribute] ref Guid pguid,
uint dwId,
int fShow
)
int ShowHideToolbar(
[InAttribute] Guid% pguid,
unsigned int dwId,
int fShow
)
abstract ShowHideToolbar :
pguid:Guid byref *
dwId:uint32 *
fShow:int -> int
Function ShowHideToolbar (
<InAttribute> ByRef pguid As Guid,
dwId As UInteger,
fShow As Integer
) As Integer
Parâmetros
- pguid
Não use.
- dwId
Não use.
- fShow
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsToolWindowToolbarHost
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo