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

Add

Returns an AddIn object that represents an add-in added to the list of available add-ins.

Item

Returns an individual object in a collection.

Unload

Unloads all loaded add-ins and, depending on the value of the RemoveFromList argument, removes them from the AddIns collection.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application.

Count

Returns the number of AddIn objects in the AddIns collection. Read-only Long.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

Parent

Returns an Object that represents the parent object of the Addins collection. This is usually an Application object.