Compartir a través de


DataViewHierarchyAccessor.ExecuteCommand (Método) (Int32, OleCommand, Object)

Ejecuta un comando OLE de la jerarquía de la vista de datos con argumentos.

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

Sintaxis

'Declaración
Public Function ExecuteCommand ( _
    itemId As Integer, _
    command As OleCommand, _
    arguments As Object _
) As Object
public Object ExecuteCommand(
    int itemId,
    OleCommand command,
    Object arguments
)
public:
Object^ ExecuteCommand(
    int itemId, 
    OleCommand^ command, 
    Object^ arguments
)
member ExecuteCommand : 
        itemId:int * 
        command:OleCommand * 
        arguments:Object -> Object
public function ExecuteCommand(
    itemId : int, 
    command : OleCommand, 
    arguments : Object
) : Object

Parámetros

  • itemId
    Tipo: Int32

    El Id. de elemento que especifica la jerarquía en la que el comando debe ejecutarse.

  • arguments
    Tipo: Object

    Argumentos esperados por el comando.

Valor devuelto

Tipo: Object
Devuelve el valor devuelto del comando.

Excepciones

Excepción Condición
ArgumentNullException

El parámetro command es null.

ArgumentException

El itemId especificado no es válido.

Seguridad de .NET Framework

Vea también

Referencia

DataViewHierarchyAccessor Clase

ExecuteCommand (Sobrecarga)

Microsoft.VisualStudio.Data (Espacio de nombres)