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
)
function ShowHideToolbar(
pguid : Guid,
dwId : uint,
fShow : int
) : int
Parameters
pguid
Type: System.Guid%Do not use.
dwId
Type: System.UInt32Do not use.
fShow
Type: System.Int32Do not use.
Return Value
Type: System.Int32
Permissions
- 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.
See Also
Reference
IVsToolWindowToolbarHost Interface