IUIAutomation::ControlViewCondition Property

Retrieves a predefined IUIAutomationCondition interface that selects control elements.

Syntax

HRESULT IUIAutomation::get_ControlViewCondition(IUIAutomationCondition **condition);

Parameters

  • condition
    The address of a variable that receives a pointer to the IUIAutomationCondition interface.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomation::ContentViewCondition, IUIAutomation::RawViewCondition, IUIAutomationCondition