AddIns Members (Word)
A collection of AddIn objects that represents all the add-ins available to Word, regardless of whether or not they are currently loaded. The AddIns collection includes global templates or Word add-in libraries (WLLs) displayed in the Templates and Add-ins dialog box.
Methods
Name |
Description |
---|---|
Returns an AddIn object that represents an add-in added to the list of available add-ins. |
|
Returns an individual object in a collection. |
|
Unloads all loaded add-ins and, depending on the value of the RemoveFromList argument, removes them from the AddIns collection. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns the number of AddIn objects in the AddIns collection. Read-only Long. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns an Object that represents the parent object of the Addins collection. This is usually an Application object. |