Commands.Add Method

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

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

Syntax

'Declaration
Sub Add ( _
    Guid As String, _
    ID As Integer, _
    ByRef Control As Object _
)
'Usage
Dim instance As Commands 
Dim Guid As String 
Dim ID As Integer 
Dim Control As Object

instance.Add(Guid, ID, Control)
void Add(
    string Guid,
    int ID,
    ref Object Control
)
void Add(
    [InAttribute] String^ Guid, 
    [InAttribute] int ID, 
    [InAttribute] Object^% Control
)
function Add(
    Guid : String, 
    ID : int, 
    Control : Object
)

Parameters

.NET Framework Security

See Also

Reference

Commands Interface

Commands Members

EnvDTE Namespace