Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 897 Bytes

automationremoteoperationresult_getoperand_1545697818.md

File metadata and controls

32 lines (19 loc) · 897 Bytes
-api-id -api-type
M:Windows.UI.UIAutomation.Core.AutomationRemoteOperationResult.GetOperand(Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId)
winrt method

Windows.UI.UIAutomation.Core.AutomationRemoteOperationResult.GetOperand(Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId)

-description

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

-parameters

-param operandId

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.

-remarks

-see-also

HasOperand(Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId)

-examples