This topic has not yet been rated - Rate this topic

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 [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.