The Imports collection object has the following properties:
Imports Collection Properties
Name |
Parameters |
Return Type |
Description |
Parent |
VT_DISPATCH |
Returns the Function object (See Function Object) that owns this Imports collection object. Read-only | |
Item |
Index |
VT_DISPATCH |
Returns an import parameter from the collection. The ‘Index’ parameter is required and may be a string (VT_BSTR) or an integer (VT_I4). |
Count |
VT_I4 |
Number of the import parameters in the list. Read-only. |