Share via


AddIns Object Members

Word Developer Reference

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
Bb225976.methods(en-us,office.12).gif Add Returns an AddIn object that represents an add-in added to the list of available add-ins.
Bb225976.methods(en-us,office.12).gif Item Returns an individual object in a collection.
Bb225976.methods(en-us,office.12).gif Unload Unloads all loaded add-ins and, depending on the value of the RemoveFromList argument, removes them from the AddIns collection.

Properties

  Name Description
Bb225976.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225976.properties(en-us,office.12).gif Count Returns the number of AddIn objects in the AddIns collection. Read-only Long.
Bb225976.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb225976.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the Addins collection. This is usually an Application object.