The root AddIn element.
Namespace | http://schemas.esri.com/DADF/Registry |
CT_AddIn
The root AddIn element.
|
Name | Type | Use | Default | Fixed | Description |
---|---|---|---|---|---|
language | ST_Target Simple Type | required | The development environment the add-in was authored in. For example, CLR for .NET. | ||
namespace | ST_String Simple Type | required | The default namespace for all the classes in the add-in. Use this attribute instead of specifying the full class name (namespace.className) on each of your types. | ||
library | ST_String Simple Type | required | The default library for all the classes in the add-in. If all your types originate in the same library, use this attribute to set it as the default. |
|