CoreAutomationRemoteOperation.ImportTextRange Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Permite hacer referencia a un intervalo de texto existente en el contexto de una máquina virtual de operación remota.
public:
virtual void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange ^ textRange) = ImportTextRange;
void ImportTextRange(AutomationRemoteOperationOperandId const& operandId, AutomationTextRange const& textRange);
public void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange textRange);
function importTextRange(operandId, textRange)
Public Sub ImportTextRange (operandId As AutomationRemoteOperationOperandId, textRange As AutomationTextRange)
Parámetros
- operandId
- AutomationRemoteOperationOperandId
Identificador del operando que se va a usar en la operación remota.
- textRange
- AutomationTextRange
Intervalo de texto de automatización de la interfaz de usuario que se va a usar en la operación remota.
Comentarios
No intente importar objetos que pertenezcan a procesos diferentes en la misma operación remota. Las operaciones remotas se enlazan a un único proceso.