ITextAndAdornmentSequencer Interface
Creates a sequence of text and adornment elements to compose an ITextSnapshotLine.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface ITextAndAdornmentSequencer
public interface ITextAndAdornmentSequencer
public interface class ITextAndAdornmentSequencer
type ITextAndAdornmentSequencer = interface end
public interface ITextAndAdornmentSequencer
The ITextAndAdornmentSequencer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BufferGraph | Gets the IBufferGraph used by the sequencer. |
![]() |
SourceBuffer | Gets the source buffer of the buffer graph. |
![]() |
TopBuffer | Gets the top ITextBuffer in the buffer graph. |
Top
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. |
Top
Events
Name | Description | |
---|---|---|
![]() |
SequenceChanged | Occurs when there has been a change in the data used by the sequencer. |
Top