The development environment the add-in was authored in. For example, JAVA, CLR or CLR4.0 for .NET.
Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsdContent Type
Item | Facet Value | Description |
---|---|---|
string | ||
Enumeration | CLR | |
Enumeration | CLR4.0 | |
Enumeration | JAVA |
Usages
language
Syntax
CopyXML
<xs:simpleType name="ST_Target" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="CLR" /> <xs:enumeration value="CLR4.0" /> <xs:enumeration value="JAVA" /> </xs:restriction> </xs:simpleType>