IVsToolWindowToolbarHost3.ShowHideToolbar(Guid, UInt32, Int32) Method

Definition

This method is for the environment's use only. Method information is not provided. Do not use this method.

public:
 int ShowHideToolbar(Guid % pguid, System::UInt32 dwId, int fShow);
public int ShowHideToolbar (ref Guid pguid, uint dwId, int fShow);
abstract member ShowHideToolbar : Guid * uint32 * int -> int
Public Function ShowHideToolbar (ByRef pguid As Guid, dwId As UInteger, fShow As Integer) As Integer

Parameters

pguid
Guid

Do not use.

dwId
UInt32

Do not use.

fShow
Int32

Do not use.

Returns

Implements

Applies to