Partilhar via


Método ServerExplorerCommandHandler.SendCommand

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ServerExplorerCommandHandler Classe

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