ISegmentList interface
This interface provides methods that access information about a list of the segments in the current selection.
Members
The ISegmentList interface inherits from the IUnknown interface but does not have additional members.
Remarks
You can obtain an ISegmentList interface for the current selection by calling QueryInterface on an ISelectionServices, IHTMLTxtRange, or IHTMLControlRange interface.
After you have an ISegmentList interface, use ISegmentList::CreateIterator to create an ISegmentListIterator interface so you can move among, examine, and manipulate the individual ISegment and IElementSegment members of the segment list.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |