ObjectMappingSettingsMappedObjectAddClassName Method (String, Boolean) |
Adds a class name and, optionally, all of its derived classes to the list of classes that are recognized as a specific object type. (This overload is supported for object types other than common Windows controls.).
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public void AddClassName(
string className,
bool includeDerived
)
Public Sub AddClassName (
className As String,
includeDerived As Boolean
)
Dim instance As ObjectMappingSettingsMappedObject
Dim className As String
Dim includeDerived As Boolean
instance.AddClassName(className, includeDerived)
public:
void AddClassName(
String^ className,
bool includeDerived
)
Parameters
- className
- Type: SystemString
The full class name. - includeDerived
- Type: SystemBoolean
If true, the derived class is recognized as an object of the specified type.
See Also