An NDoc Documented Class Library

DescendantFinder Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement _ 
)
[C#]
public DescendantFinder(
   AutomationElement automationElement
);
[C++]
public: DescendantFinder(
   AutomationElement* automationElement
);
[JScript]
public function DescendantFinder(
   AutomationElement automationElement
);

See Also

DescendantFinder Class | White.Core.AutomationElementSearch Namespace