CoreAutomationRemoteOperation.ImportElement 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许在远程操作虚拟机的上下文中引用现有 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 自动化元素。
注解
不要尝试将属于不同进程的对象导入到同一远程操作中。 远程操作绑定到单个进程。