NumberOfChildrenWithType<TChild> Method
Returns the number of child test objects of the specified type in this cell.

C# Syntax

uint NumberOfChildrenWithType<TChild>()
where TChild: class, ITestObject

Type Parameters

TChild
The test object type.

Return Value

The number of child test objects.