ISegmentListIterator interface
This interface provides methods that enable you to traverse a segment list represented by an ISegmentList interface and retrieve its individual members.
Members
The ISegmentListIterator interface inherits from the IUnknown interface. ISegmentListIterator also has these types of members:
- Methods
Methods
The ISegmentListIterator interface has these methods.
Method | Description |
---|---|
Advance | Moves the iterator to the next item in the segment list. |
Current | Retrieves the current segment. |
First | Moves the iterator to the first item in the segment list. |
IsDone | Determines whether the iterator is at the end of the list. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference