ITextAndAdornmentSequencer Interface
Visual Studio 2015
Creates a sequence of text and adornment elements to compose an ITextSnapshotLine.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | SequenceChanged | Occurs when there has been a change in the data used by the sequencer. |
Show:


