Share via


IVsProfferCommands2.AddCommandBarControl Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Sub AddCommandBarControl ( _
    pszCmdNameCanonical As String, _
    pCmdBarParent As Object, _
    dwIndex As UInteger, _
    dwCmdType As UInteger, _
    <OutAttribute> ByRef ppCmdBarCtrl As Object _
)
void AddCommandBarControl(
    string pszCmdNameCanonical,
    Object pCmdBarParent,
    uint dwIndex,
    uint dwCmdType,
    out Object ppCmdBarCtrl
)
void AddCommandBarControl(
    [InAttribute] String^ pszCmdNameCanonical, 
    [InAttribute] Object^ pCmdBarParent, 
    [InAttribute] unsigned int dwIndex, 
    [InAttribute] unsigned int dwCmdType, 
    [OutAttribute] Object^% ppCmdBarCtrl
)
abstract AddCommandBarControl : 
        pszCmdNameCanonical:string * 
        pCmdBarParent:Object * 
        dwIndex:uint32 * 
        dwCmdType:uint32 * 
        ppCmdBarCtrl:Object byref -> unit
function AddCommandBarControl(
    pszCmdNameCanonical : String, 
    pCmdBarParent : Object, 
    dwIndex : uint, 
    dwCmdType : uint, 
    ppCmdBarCtrl : Object
)

Parameters

.NET Framework Security

See Also

Reference

IVsProfferCommands2 Interface

EnvDTE80 Namespace