GetAssociatedAddins Method
Description
Retrieves the list of add-ins associated with the test or business component.
Syntax
Visual Basic
Public Function GetAssociatedAddins() As Variant
Return Type

An array of Addin objects, representing the add-ins listed in the open test's Associated Add-ins list.

Remarks

You can use this method only when UFT One is open.

Note: To retrieve the add-ins associated with a test or component before starting UFT One (before the Application.Launch statement), use the Application.GetAssociatedAddinsForTest or Application.GetAssociatedAddinsForBC method).

Example
See Also