CoreAutomationRemoteOperation.ImportElement 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 elemento Automazione interfaccia utente esistente nel contesto di una macchina virtuale operativa remota.
public:
virtual void ImportElement(AutomationRemoteOperationOperandId operandId, AutomationElement ^ element) = ImportElement;
void ImportElement(AutomationRemoteOperationOperandId const& operandId, AutomationElement const& element);
public void ImportElement(AutomationRemoteOperationOperandId operandId, AutomationElement element);
function importElement(operandId, element)
Public Sub ImportElement (operandId As AutomationRemoteOperationOperandId, element As AutomationElement)
Parametri
- operandId
- AutomationRemoteOperationOperandId
ID dell'operando da utilizzare nell'operazione remota.
- element
- AutomationElement
Elemento Automazione interfaccia utente da usare 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.