An NDoc Documented Class Library

ControlDictionary.GetTestType Method (String, ControlType, String, String, Boolean)

[Visual Basic]
Overridable  OverloadsPublic Function GetTestType( _ 
   ByVal className As String, _ 
   ByVal controlType As ControlType, _ 
   ByVal frameworkId As String, _ 
   ByVal name As String, _ 
   ByVal isNativeControl As Boolean _ 
) As Type
[C#]
public virtual Type GetTestType(
   string className,
   ControlType controlType,
   string frameworkId,
   string name,
   bool isNativeControl
);
[C++]
public: virtual Type* GetTestType(
   String* className,
   ControlType* controlType,
   String* frameworkId,
   String* name,
   bool isNativeControl
);
[JScript]
public virtual function GetTestType(
   String className,
   ControlType controlType,
   String frameworkId,
   String name,
   bool isNativeControl
): Type;

See Also

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