ServerExplorerCommandHandler.SendCommand Method

Sends a command via DTE.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Sub SendCommand ( _
    cmdSet As Guid, _
    cmdId As Integer, _
    customIn As Object _
)
'Usage
Dim cmdSet As Guid
Dim cmdId As Integer
Dim customIn As Object

Me.SendCommand(cmdSet, cmdId, customIn)
protected void SendCommand(
    Guid cmdSet,
    int cmdId,
    Object customIn
)
protected:
void SendCommand(
    Guid cmdSet, 
    int cmdId, 
    Object^ customIn
)
protected function SendCommand(
    cmdSet : Guid, 
    cmdId : int, 
    customIn : Object
)
member SendCommand : 
        cmdSet:Guid * 
        cmdId:int * 
        customIn:Object -> unit 

Parameters

.NET Framework Security

See Also

Reference

ServerExplorerCommandHandler Class

ServerExplorerCommandHandler Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace