Поделиться через


AutomationRemoteOperationResult.HasOperand Метод

Определение

Извлекает значение, указывающее, имеет ли указанный операнд значение, возвращаемое удаленной операцией с поставщиком UIA.

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

Параметры

operandId
AutomationRemoteOperationOperandId

Идентификатор операнда, возвращенного удаленной операцией в поставщике UIA.

Возвращаемое значение

Boolean

bool

True, если возвращается значение, null или иным образом.

False, если значение не возвращается.

Применяется к

См. также раздел