Share via


AutomationRemoteOperationResult.HasOperand Method

Definition

Retrieves a value indicating whether the specified operand has a value returned from the remote operation on the UIA provider.

public:
 virtual bool HasOperand(AutomationRemoteOperationOperandId operandId) = HasOperand;
bool HasOperand(AutomationRemoteOperationOperandId const& operandId);
public bool HasOperand(AutomationRemoteOperationOperandId operandId);
function hasOperand(operandId)
Public Function HasOperand (operandId As AutomationRemoteOperationOperandId) As Boolean

Parameters

operandId
AutomationRemoteOperationOperandId

The ID of the operand returned from the remote operation on the UIA provider.

Returns

Boolean

bool

True, if a value is returned, null or otherwise.

False, if no value is returned.

Applies to

See also