Compartir a través de


AutomationRemoteOperationResult.GetOperand Método

Definición

Recupera el valor devuelto de la operación remota en el proveedor 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

Parámetros

operandId
AutomationRemoteOperationOperandId

Identificador del operando que contiene el valor devuelto de la operación remota en el proveedor UIA.

Devoluciones

Object

Platform::Object

IInspectable

Valor devuelto, null o de otro modo.

Se aplica a

Consulte también