Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 966 Bytes

coreautomationremoteoperation_addtoresults_300874709.md

File metadata and controls

30 lines (18 loc) · 966 Bytes
-api-id -api-type
M:Windows.UI.UIAutomation.Core.CoreAutomationRemoteOperation.AddToResults(Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId)
winrt method

Windows.UI.UIAutomation.Core.CoreAutomationRemoteOperation.AddToResults(Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId)

-description

Specifies which operand registers to return after executing the remote operation.

-parameters

-param operandId

The ID of the operand to return from the remote operation.

-remarks

Use AutomationRemoteOperationResult to validate and obtain the local representation.

AutomationRemoteOperationResult.HasOperand should be used to ensure an object is returned before accessing it.

-see-also

-examples