IUIAutomation::ContentViewCondition Property

Retrieves a predefined IUIAutomationCondition interface that selects content elements.

Syntax

HRESULT IUIAutomation::get_ContentViewCondition(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::ControlViewCondition, IUIAutomation::RawViewCondition