Condividi tramite


AutomationRemoteOperationResult.GetOperand Metodo

Definizione

Recupera il valore restituito dall'operazione remota nel provider 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

Parametri

operandId
AutomationRemoteOperationOperandId

ID dell'operando che contiene il valore restituito dall'operazione remota nel provider UIA.

Restituisce

Object

Platform::Object

IInspectable

Valore restituito, Null o in caso contrario.

Si applica a

Vedi anche