XMLComments
A collection of XML comments.
XMLComments Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of XMLComments. |
| Item |
Object |
read |
Returns the XMLComment with the specified index or name as Long or String. |
XMLComments Methods
| Method |
Returns |
Description |
| Add |
XMLComment |
Create a new XML comment. |
| AnyItem |
Object |
Returns any XMLComment. |
| FirstItem |
Object |
Returns the first XMLComment. |
| ItemByID |
Object |
Returns the XMLComment with the specified ID. |
| ItemByRange |
Objects |
Returns the XMLComments within the specified range. |
| LastItem |
Object |
Returns the last XMLComment. |
| MiddleItem |
Object |
Returns the middle XMLComment. |
| NextItem |
Object |
Returns the next XMLComment. |
| PreviousItem |
Object |
Returns the previous XMLComment. |
Previous post: XMLElement
Next post: XMLComment