CoreAutomationRemoteOperation.ImportTextRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许在远程操作虚拟机的上下文中引用现有文本范围。
public:
virtual void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange ^ textRange) = ImportTextRange;
void ImportTextRange(AutomationRemoteOperationOperandId const& operandId, AutomationTextRange const& textRange);
public void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange textRange);
function importTextRange(operandId, textRange)
Public Sub ImportTextRange (operandId As AutomationRemoteOperationOperandId, textRange As AutomationTextRange)
参数
- operandId
- AutomationRemoteOperationOperandId
在远程操作中使用的操作数的 ID。
- textRange
- AutomationTextRange
在远程操作中使用的 UI 自动化文本范围。
注解
不要尝试将属于不同进程的对象导入到同一远程操作中。 远程操作绑定到单个进程。