The command's help displayed when using the "What's This?" tool on the command.

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

Parents

 Tool

Attributes

Name Type Required Description
 heading  string

The heading of the help on the command.

Syntax

CopyXML
<xs:element name="Help" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="heading" type="xs:string" use="optional" />
  </xs:complexType>
</xs:element>

See Also