IForeClass.XMLDocumentation

Syntax

XMLDocumentation: IXmlDomDocument;

Description

The XMLDocumentation property returns the XML comment that is set for the current structure.

Comments

The XML comment is created as follows:

  1. The root element is an element consisting of an opening and a closing tag. Element name matches with the name of the current structure.

  1. Child elements will be all comments starting with three slashes.

The XML comment will be returned if there are some errors that prevent from creating XML structure:

Example

The example of use is given in description of the IForeAssembly.ClassItem method.

See also:

IForeClass | Comments