Click or drag to resize

AddIn Properties

The AddIn type exposes the following members.

Properties
 NameDescription
Public propertyAction Action to execute when the application is restarted.
Public propertyAddInTree Gets the parent AddIn-Tree that contains this AddIn.
Public propertyBitmapResources Gets or sets the bitmap resource file names.
Public propertyCustomErrorMessage 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.
Public propertyEnabled Gets or sets a value indicating whether the add-in is enabled.
Public propertyFileName Gets or sets the add-in file name.
Public propertyIsPreinstalled Gets whether the AddIn is a preinstalled component of the host application.
Public propertyManifest Gets the add-in manifest.
Public propertyName Gets the add-in name.
Public propertyPaths Gets the extension paths declared by the add-in.
Public propertyProperties Gets the add-in properties.
Public propertyRuntimes Gets the runtime definitions of the add-in.
Public propertyStringResources Gets or sets the string resource file names.
Public propertyVersion Gets the primary add-in version.
Top
See Also