IVsToolWindowToolbarHost.ShowHideToolbar Method

This method is for the environment's use only. Method information is not provided. Do not use this method.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function ShowHideToolbar ( _
    ByRef pguid As Guid, _
    dwId As UInteger, _
    fShow As Integer _
) As Integer
int ShowHideToolbar(
    ref Guid pguid,
    uint dwId,
    int fShow
)
int ShowHideToolbar(
    [InAttribute] Guid% pguid, 
    [InAttribute] unsigned int dwId, 
    [InAttribute] int fShow
)
abstract ShowHideToolbar : 
        pguid:Guid byref * 
        dwId:uint32 * 
        fShow:int -> int 
function ShowHideToolbar(
    pguid : Guid, 
    dwId : uint, 
    fShow : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsToolWindowToolbarHost Interface

Microsoft.VisualStudio.Shell.Interop Namespace