Share via


AutomationRemoteOperationResult.GetOperand Method

Definition

Retrieves the value returned from the remote operation on the UIA provider.

public:
 virtual Platform::Object ^ GetOperand(AutomationRemoteOperationOperandId operandId) = GetOperand;
IInspectable GetOperand(AutomationRemoteOperationOperandId const& operandId);
public object GetOperand(AutomationRemoteOperationOperandId operandId);
function getOperand(operandId)
Public Function GetOperand (operandId As AutomationRemoteOperationOperandId) As Object

Parameters

operandId
AutomationRemoteOperationOperandId

The ID of the operand that contains the value returned from the remote operation on the UIA provider.

Returns

Object

Platform::Object

IInspectable

The value returned, null or otherwise.

Applies to

See also