ITextAndAdornmentSequencer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a sequence of text and adornment elements to compose an ITextSnapshotLine.
public interface class ITextAndAdornmentSequencer
public interface class ITextAndAdornmentSequencer
__interface ITextAndAdornmentSequencer
public interface ITextAndAdornmentSequencer
type ITextAndAdornmentSequencer = interface
Public Interface ITextAndAdornmentSequencer
Properties
BufferGraph |
Gets the IBufferGraph used by the sequencer. |
SourceBuffer |
Gets the edit buffer of the buffer graph. |
TopBuffer |
Gets the visual ITextBuffer of the buffer graph. |
Methods
CreateTextAndAdornmentCollection(ITextSnapshotLine, ITextSnapshot) |
Creates a sequence of text and adornment elements that compose the specified ITextSnapshotLine. |
CreateTextAndAdornmentCollection(SnapshotSpan, ITextSnapshot) |
Creates a sequence of text and adornment elements that compose the specified SnapshotSpan. |
Events
SequenceChanged |
Occurs when there has been a change in the data used by the sequencer. |