Condividi tramite


CoreAutomationRemoteOperation.ImportTextRange Metodo

Definizione

Consente di fare riferimento a un intervallo di testo esistente nel contesto di una macchina virtuale operativa 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)

Parametri

operandId
AutomationRemoteOperationOperandId

ID dell'operando da utilizzare nell'operazione remota.

textRange
AutomationTextRange

Intervallo di testo Automazione interfaccia utente da utilizzare nell'operazione remota.

Commenti

Non tentare di importare oggetti appartenenti a processi diversi nella stessa operazione remota. Le operazioni remote sono associate a un singolo processo.

Si applica a