Description
Returns a reference to the application's Add-in collection.
-
Property type
-
An AddIns object.
-
Syntax
-
object.AddIns
The AddIns Property syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | Remarks
AddIns are COM objects used to extend the functionnality of the application as well as its object model when desired. This collection allows to enumerate registered add-ins, to load or unload them, and to define their default load behavior.
Notes
The _AddIns object is defined in the Microsoft Visual Basic for Applications Extensibility type library which is not automatically referenced in user projects (VB or VBA).
|