Compartilhar via


CoreAutomationRemoteOperation.ImportTextRange Método

Definição

Permite fazer referência a um intervalo de texto existente no contexto de uma máquina virtual de operação 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

A ID do operando a ser usado na operação remota.

textRange
AutomationTextRange

O intervalo de texto da Automação da Interface do Usuário a ser usado na operação remota.

Comentários

Não tente importar objetos que pertencem a processos diferentes para a mesma operação remota. As operações remotas são associadas a um único processo.

Aplica-se a