The ArcGIS product and version the add-in targets.
Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsdParents
Targets
Attributes
Name | Type | Required | Description |
---|---|---|---|
name | ST_Product | Yes |
The name of the ArcGIS product; for example, 'Desktop'. |
version | string | Yes |
A version of the ArcGIS product; for example, '10.0'. |
Syntax
CopyXML
<xs:element name="Target" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:attribute name="name" type="ST_Product" use="required" /> <xs:attribute name="version" type="xs:string" use="required" /> </xs:complexType> </xs:element>