[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 );
DescendantFinder Class | White.Core.AutomationElementSearch Namespace