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