GetAssociatedAddinsForBC Method
Description

Retrieves the list of Add-ins associated with a Business Component.

This method can be called either before or after you start UFT One (before or after the Application.Launch method).

Syntax
Visual Basic
Public Function GetAssociatedAddinsForBC( _
   ByVal BCPath As String _
) As Variant
Parameters
BCPath
The full ALM path of the business component.
Return Type
This method returns an array of Addin objects, representing the list of add-ins contained in the specified business component's Associated Add-ins list.
Remarks

This method is valid only for business components. To retrieve the associated add-in collection for a test, use the GetAssociatedAddinsTest method.

You can also retrieve a complete list of all add-ins associated with all components of a particular business process test using the GetAssociatedAddinsForBPT method.

Example
See Also