AutomationRemoteOperationResult.HasOperand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.