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
Public method Add Adds the specified file to the list of available add-ins.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method Unload Unloads all loaded add-ins and optionally removes them from the AddIns collection.

Top

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count Returns a value that indicates the number of items in the specified collection.
Public property Creator Returns a value that indicates the application in which the specified object was created.
Public property Item Returns a value that indicates the specified object in a collection.
Public property Parent Returns a value that represents the parent object of the specified object.

Top

See Also

Reference

AddIns Interface

Microsoft.Office.Interop.Word Namespace