Share via


ServerExplorerCommandHandler.SendCommand Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected Sub SendCommand ( _
    cmdSet As Guid, _
    cmdId As Integer, _
    customIn As Object _
)
protected void SendCommand(
    Guid cmdSet,
    int cmdId,
    Object customIn
)
protected:
void SendCommand(
    Guid cmdSet, 
    int cmdId, 
    Object^ customIn
)
member SendCommand : 
        cmdSet:Guid * 
        cmdId:int * 
        customIn:Object -> unit 
protected function SendCommand(
    cmdSet : Guid, 
    cmdId : int, 
    customIn : Object
)

Parameters

.NET Framework Security

See Also

Reference

ServerExplorerCommandHandler Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace