Compartir a través de


ITextAndAdornmentSequencer Interface

Definition

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

Name Description
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

Name Description
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

Name Description
SequenceChanged

Occurs when there has been a change in the data used by the sequencer.

Applies to