Compartir a través de


ServerExplorerCommandHandler.SendCommand (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

ServerExplorerCommandHandler Clase

Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)