AutomationRemoteOperationResult.GetOperand 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.
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
The value returned, null or otherwise.