CoreAutomationRemoteOperation.ImportElement Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet de référencer un élément UI Automation existant dans le contexte d’une machine virtuelle d’opération à distance.
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)
Paramètres
- operandId
- AutomationRemoteOperationOperandId
ID de l’opérande à utiliser dans l’opération à distance.
- element
- AutomationElement
Élément UI Automation à utiliser dans l’opération à distance.
Remarques
N’essayez pas d’importer des objets qui appartiennent à différents processus dans la même opération distante. Les opérations distantes sont liées à un seul processus.