IUIAutomation::RawViewCondition Property
Retrieves an IUIAutomationCondition interface for a predefined condition that selects all UI elements in an unfiltered view.
Syntax
HRESULT IUIAutomation::get_RawViewCondition(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.
Remarks
Used by itself, the condition is functionally identical to the one retrieved by IUIAutomation::CreateTrueCondition.
See Also
IUIAutomation::ControlViewCondition, IUIAutomation::ContentViewCondition