CoreAutomationRemoteOperation.ImportElement 方法

定义

允许在远程操作虚拟机的上下文中引用现有 UI 自动化元素。

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)

参数

operandId
AutomationRemoteOperationOperandId

在远程操作中使用的操作数的 ID。

element
AutomationElement

在远程操作中使用的 UI 自动化元素。

注解

不要尝试将属于不同进程的对象导入到同一远程操作中。 远程操作绑定到单个进程。

适用于