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
pguid
Type: Guid%Do not use.
dwId
Type: UInt32Do not use.
fShow
Type: Int32Do not use.
Return Value
Type: 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.