The IJavaSourceElements interface allows enumeration of source elements. This collection is returned by the SourceElements property of the IJavaCodeSense interface.
interface IJavaSourceElements : Idispatch
This interface defines the following members.
Member | Description |
Count | Returns the number of source elements in the collection. |
Item | Returns the source element at the given index. |