CoreAutomationRemoteOperationContext.GetOperand Method

Definition

Retrieves an operand value for a ICoreAutomationRemoteOperationExtensionProvider extension call.

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

Parameters

id
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 operand value.

Applies to

See also