An NDoc Documented Class Library

ControlDictionary.GetTestType Method (AutomationElement)

[Visual Basic]
Overridable  OverloadsPublic Function GetTestType( _ 
   ByVal automationElement As AutomationElement _ 
) As Type
[C#]
public virtual Type GetTestType(
   AutomationElement automationElement
);
[C++]
public: virtual Type* GetTestType(
   AutomationElement* automationElement
);
[JScript]
public virtual function GetTestType(
   AutomationElement automationElement
): Type;

See Also

ControlDictionary Class | White.Core.Mappings Namespace | ControlDictionary.GetTestType Overload List