Compartir a través de


CoreAutomationRemoteOperation.ImportTextRange Método

Definición

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.

Se aplica a