Add |
The AddIn type exposes the following members.
| Name | Description | |
|---|---|---|
| Action | Action to execute when the application is restarted. | |
| AddInTree | Gets the parent AddIn-Tree that contains this AddIn. | |
| BitmapResources | Gets or sets the bitmap resource file names. | |
| CustomErrorMessage | Gets the message of a custom load error. Used only when AddInAction is set to CustomError. Settings this property to a non-null value causes Enabled to be set to false and Action to be set to AddInAction.CustomError. | |
| Enabled | Gets or sets a value indicating whether the add-in is enabled. | |
| FileName | Gets or sets the add-in file name. | |
| IsPreinstalled | Gets whether the AddIn is a preinstalled component of the host application. | |
| Manifest | Gets the add-in manifest. | |
| Name | Gets the add-in name. | |
| Paths | Gets the extension paths declared by the add-in. | |
| Properties | Gets the add-in properties. | |
| Runtimes | Gets the runtime definitions of the add-in. | |
| StringResources | Gets or sets the string resource file names. | |
| Version | Gets the primary add-in version. |