AutomationRemoteOperationResult.GetOperand 方法

定义

检索从 UIA 提供程序上的远程操作返回的值。

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

参数

operandId
AutomationRemoteOperationOperandId

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

返回

Object

Platform::Object

IInspectable

返回的值,为 null,否则返回。

适用于

另请参阅