An NDoc Documented Class Library

RawAutomationElementFinder Constructor 

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

See Also

RawAutomationElementFinder Class | White.Core.AutomationElementSearch Namespace