An NDoc Documented Class Library

DescendantFinderFactory.Create Method 

[Visual Basic]
Shared Public Function Create( _ 
   ByVal automationElement As AutomationElement _ 
) As IDescendantFinder
[C#]
public static IDescendantFinder Create(
   AutomationElement automationElement
);
[C++]
public: static IDescendantFinder* Create(
   AutomationElement* automationElement
);
[JScript]
public static function Create(
   AutomationElement automationElement
): IDescendantFinder;

See Also

DescendantFinderFactory Class | White.Core.AutomationElementSearch Namespace