Item Property
Description
Returns the Addin object located in the specified position.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Position As Variant _
) As Addin
Parameters
Position

The position or name of the add-in you want to find.  The position of the first item in the list is 1.  To specify the add-in name, use one of the add-in names displayed in the Add-in Manager dialog box. Alternatively, you can use the Addin.Name property to retrieve the relevant add-in name.

Note: The list of add-ins might include add-ins that you or a third party developed using add-in extensibility to provide UFT One support for additional environments or controls.

Return Type

The numerical position of the Addin object in the Addins collection.

Example
See Also