XllWrapper is the root element of an information file. It contains up to three elements: Clients, ErrorPrefixes and Functions. It has one mandatory attribute: Name.
Child elements
| Element | Required | Description |
|---|---|---|
| Clients | Required | The Clients element should contain one or more Client elements. Each Client element will be transformed to a wrapper class designed for the specified client type. |
| ErrorPrefixes | Optional | The ErrorPrefixes element contains the standard error prefixes to be used for all add-in functions in the project. |
| Functions | Optional | The Functions element should contain zero or more Function elements. Each Function element will modify the code generation for a single wrapper method. |
Attributes
| Attribute | Required | Description | Example(s) |
|---|---|---|---|
| Name | Required | The name of the wrapper project. |
MyAddin |