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

‘선언
Function ShowHideToolbar ( _
    ByRef pguid As Guid, _
    dwId As UInteger, _
    fShow As Integer _
) As Integer
‘사용 방법
Dim instance As IVsToolWindowToolbarHost
Dim pguid As Guid
Dim dwId As UInteger
Dim fShow As Integer
Dim returnValue As Integer

returnValue = instance.ShowHideToolbar(pguid, _
    dwId, fShow)
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

IVsToolWindowToolbarHost Members

Microsoft.VisualStudio.Shell.Interop Namespace