CoreAutomationRemoteOperationContext.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 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
The ID of the operand that contains the value returned from the remote operation on the UIA provider.
Returns
The operand value.