Share via


CoreAutomationRemoteOperation.AddToResults Method

Definition

Specifies which operand registers to return after executing the remote operation.

public:
 virtual void AddToResults(AutomationRemoteOperationOperandId operandId) = AddToResults;
void AddToResults(AutomationRemoteOperationOperandId const& operandId);
public void AddToResults(AutomationRemoteOperationOperandId operandId);
function addToResults(operandId)
Public Sub AddToResults (operandId As AutomationRemoteOperationOperandId)

Parameters

operandId
AutomationRemoteOperationOperandId

The ID of the operand to return from the remote operation.

Remarks

Use AutomationRemoteOperationResult to validate and obtain the local representation.

AutomationRemoteOperationResult.HasOperand should be used to ensure an object is returned before accessing it.

Applies to