GetAssociatedAddinsForTest Method

Description

Retrieves the list of Add-ins associated with a test.

This method can be called either before or after the Application.Launch method.

Syntax

Visual Basic
Public Function GetAssociatedAddinsForTest( _
   ByVal TestPath As String _
) As Variant

Parameters

TestPathThe full path of the test for which you want to retrieve the associated add-ins.

Return Type

This method returns an array of Addin objects, representing the list of add-ins contained in the specified test's Associated Add-ins list.

Remarks

This method is valid only for tests. To retrieve the associated add-in collection for a business component, use the GetAssociatedAddinsForBC method.

To retrieve the associated add-ins for the currently open test or component, use the Test.GetAssociatedAddins method.

Example

See Also