AutomationRemoteOperationResult.GetOperand 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索从 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 提供程序上的远程操作返回的值。
返回
返回的值,为 null,否则返回。