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
MultiItem
Attributes
| Name | Type | Required | Description |
|---|---|---|---|
| heading | string |
The heading of the help on the command. |
Syntax
<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>