Item Property
Description

The object is returned in the form of a TestObjectClassIdentification object.

Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal ClassName As String _
) As TestObjectClassIdentification
Parameters
ClassName
The name of the test object or user-defined class you want to return.  The class you specify must already exist in the ObjectIdentification collection (Object Identification dialog box).   You cannot specify a test object class belonging to an environment whose corresponding add-in is not loaded.
Example
See Also