AddIns Members
Include Protected Members
Include Inherited Members
A collection of AddIn objects that represents all the add-ins available to Microsoft Word, regardless of whether or not they're currently loaded.
The AddIns type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds the specified file to the list of available add-ins. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Unload | Unloads all loaded add-ins and optionally removes them from the AddIns collection. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Count | Returns a value that indicates the number of items in the specified collection. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
Item | Returns a value that indicates the specified object in a collection. | |
Parent | Returns a value that represents the parent object of the specified object. |
Top