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
- cmdSet
Type: System.Guid
The command set Guid
- cmdId
Type: System.Int32
The command ID
- customIn
Type: System.Object
The custom input data object
.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.
See Also
Reference
ServerExplorerCommandHandler Class
ServerExplorerCommandHandler Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace