C# Syntax
uint HighlightMatches<TChild>( IDescription description ) where TChild: class, ITestObject
Parameters
- description
- A description containing the set of properties and values that is common to all objects to be are highlighted.
Type Parameters
- TChild
- The test object interface type to highlight. To avoid limiting to a specific test object type, use ITestObject.
Return Value