IVsToolWindowToolbarHost3.AddToolbar Method (VSTWT_LOCATION, Guid%, UInt32)
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function AddToolbar ( _
dwLoc As VSTWT_LOCATION, _
ByRef pguid As Guid, _
dwId As UInteger _
) As Integer
int AddToolbar(
VSTWT_LOCATION dwLoc,
ref Guid pguid,
uint dwId
)
int AddToolbar(
[InAttribute] VSTWT_LOCATION dwLoc,
[InAttribute] Guid% pguid,
[InAttribute] unsigned int dwId
)
abstract AddToolbar :
dwLoc:VSTWT_LOCATION *
pguid:Guid byref *
dwId:uint32 -> int
function AddToolbar(
dwLoc : VSTWT_LOCATION,
pguid : Guid,
dwId : uint
) : int
Parameters
- pguid
Type: Guid%
- dwId
Type: UInt32
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.