COMAddIn Object Members
Represents a COM add-in in the Microsoft Office host application. The COMAddIn object is a member of the COMAddIns collection.
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the COMAddIn object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Connect | Gets or sets the state of the connection for the specified COMAddIn object. Read/write. |
| Creator | Gets a 32-bit integer that indicates the application in which the COMAddIn object was created. Read-only. |
| Description | Gets or sets a descriptive String value for the specified COMAddin object. Read/write. |
| Guid | Gets the class identifier (CLSID) for the specified COMAddIn object. Read-only. |
| Object | Gets or sets an object reference. Read/write. |
| Parent | Gets the Parent object for the COMAddIn object. Read-only. |
| ProgId | Gets the programmatic identifier (ProgID) for the specified COMAddIn object. Read-only. |