AddIn MembersĀ 

Represents a single add-in, either installed or not installed.

The following tables list the members exposed by the AddIn type.

Public Properties

  Name Description
Application Returns an Application object that represents the creator of the specified object.
Autoload Returns a value indicating whether the specified add-in is automatically loaded when Microsoft Word is started.
Compiled Returns a value indicating whether the specified add-in is a Microsoft Word add-in library (WLL).
Creator Returns a value that indicates the application in which the specified object was created.
Index Returns a value that represents the position of an item in a AddIns collection.
Installed Returns or sets a value indicating True if the specified add-in is installed (loaded).
Name Returns a value that indicates the name of the specified AddIn object.
Parent Returns a value that represents the parent object of the specified AddIn object.
Path Returns a value that indicates the URL to the specified AddIn object.

Top

Public Methods

  Name Description
Delete Deletes the specified AddIn object.

Top

See Also

Reference

AddIn Interface
Microsoft.Office.Interop.Word Namespace