This is a generic interface to the four types of tag collections in a documentation comment (Links, Authors, Params, and Exceptions). It provides standard enumeration methods as well as Add/Remove methods for manipulating the content.
IJavaCommentTags : IDispatch
This interface defines the following members.
Member | Description |
Add | Adds a new tag to the collection. |
Count | Provides the number of tags in the collection. |
Item | Looks up a tag by name or index. |
Remove | Removes a tag from the collection. |