Share via


IUIAutomationOrCondition::ChildCount Property

Retrieves the number of conditions that make up this condition.

Syntax

HRESULT IUIAutomationOrCondition::get_ChildCount(int *childCount);

Parameters

  • childCount
    The address of a variable that receives the count of conditions.

Return Value

Returns S_OK if successful, or an error value otherwise.