CoreAutomationRemoteOperation.ImportTextRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the ability to reference an existing text range in the context of a remote operation virtual machine.
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)
Parameters
- operandId
- AutomationRemoteOperationOperandId
The ID of the operand to use in the remote operation.
- textRange
- AutomationTextRange
The UI Automation text range to use in the remote operation.
Remarks
Do not attempt to import objects that belong to different processes into the same remote operation. Remote operations are bound to a single process.