CoreAutomationRemoteOperationContext.GetOperand 方法

定义

检索 ICoreAutomationRemoteOperationExtensionProvider 扩展调用的操作数值。

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

参数

id
AutomationRemoteOperationOperandId

操作数的 ID,其中包含从 UIA 提供程序上的远程操作返回的值。

返回

Object

Platform::Object

IInspectable

操作数值。

适用于

另请参阅