DataViewHierarchyAccessor.ExecuteCommand (Método) (Int32, OleCommand, OleCommandExecutionOption, Object)
Ejecuta un comando OLE directamente en la jerarquía de la vista de datos, con una opción específica y argumentos de ejecución.
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, _
executionOption As OleCommandExecutionOption, _
arguments As Object _
) As Object
public Object ExecuteCommand(
int itemId,
OleCommand command,
OleCommandExecutionOption executionOption,
Object arguments
)
public:
Object^ ExecuteCommand(
int itemId,
OleCommand^ command,
OleCommandExecutionOption executionOption,
Object^ arguments
)
member ExecuteCommand :
itemId:int *
command:OleCommand *
executionOption:OleCommandExecutionOption *
arguments:Object -> Object
public function ExecuteCommand(
itemId : int,
command : OleCommand,
executionOption : OleCommandExecutionOption,
arguments : Object
) : Object
Parámetros
itemId
Tipo: Int32El Id. de elemento que especifica la jerarquía en la que el comando debe ejecutarse.
command
Tipo: Microsoft.VisualStudio.Data.OleCommandEl comando OLE de ejecutarse.
executionOption
Tipo: Microsoft.VisualStudio.Data.OleCommandExecutionOptionUna opción OLE de ejecución.
arguments
Tipo: ObjectArgumentos 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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.