CoreAutomationRemoteOperation.ImportTextRange 方法

定义

允许在远程操作虚拟机的上下文中引用现有文本范围。

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 自动化文本范围。

注解

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

适用于