Share via


AddIn Object Members

Word Developer Reference

Represents a single add-in, either installed or not installed. The AddIn object is a member of the AddIns collection. The AddIns collection contains all the add-ins available to Microsoft Office Word, regardless of whether 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 (Tools menu).

Methods

  Name Description
Bb225022.methods(en-us,office.12).gif Delete Deletes the specified add-in.

Properties

  Name Description
Bb225022.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225022.properties(en-us,office.12).gif Autoload True if the specified add-in is automatically loaded when Word is started. Add-ins located in the Startup folder in the Word program folder are automatically loaded. Read-only Boolean.
Bb225022.properties(en-us,office.12).gif Compiled True if the specified add-in is a Word add-in library (WLL). False if the add-in is a template. Read-only Boolean.
Bb225022.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.
Bb225022.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb225022.properties(en-us,office.12).gif Installed True if the specified add-in is installed (loaded). Add-ins that are loaded are selected in the Templates and Add-ins dialog box (Tools menu). Read/write Boolean.
Bb225022.properties(en-us,office.12).gif Name Returns the name of an add-in. Read-only String.
Bb225022.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified AddIn object.
Bb225022.properties(en-us,office.12).gif Path Returns the location of an installed add-in. Read-only String.