The ArcGIS product and version the add-in targets.

Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsd

Parents

 ESRI.Configuration

Children

Name Occurrences Description
 Target [0, *]

The ArcGIS product and version the add-in targets.

Syntax

CopyXML
<xs:element minOccurs="1" name="Targets" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="Target" />
    </xs:choice>
  </xs:complexType>
</xs:element>

See Also