Share via


IVsToolWindowToolbarHost3.Hide Method (UInt32)

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

Syntax

'Declaration
Function Hide ( _
    dwReserved As UInteger _
) As Integer
int Hide(
    uint dwReserved
)
int Hide(
    [InAttribute] unsigned int dwReserved
)
abstract Hide : 
        dwReserved:uint32 -> int
function Hide(
    dwReserved : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsToolWindowToolbarHost3 Interface

Hide Overload

Microsoft.VisualStudio.Shell.Interop Namespace