Share via


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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsToolWindowToolbarHost3 Interface

AddToolbar Overload

Microsoft.VisualStudio.Shell.Interop Namespace