CoreAutomationRemoteOperation.ImportTextRange Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.