Condividi tramite


CoreAutomationRemoteOperation.ImportElement Metodo

Definizione

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.

Si applica a