IVsToolWindowToolbarHost3.ShowHideToolbar Method (Guid%, UInt32, Int32)
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.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
- pguid
Type: System.Guid%
- dwId
Type: System.UInt32
- fShow
Type: System.Int32
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.