CoreAutomationRemoteOperation.AddToResults 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.
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.