ITextAndAdornmentSequencer::CreateTextAndAdornmentCollection Method (ITextSnapshotLine^, ITextSnapshot^)
Visual Studio 2015
Creates a sequence of text and adornment elements that compose the specified ITextSnapshotLine.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
ITextAndAdornmentCollection^ CreateTextAndAdornmentCollection( ITextSnapshotLine^ topLine, ITextSnapshot^ sourceTextSnapshot )
Parameters
- topLine
-
Type:
Microsoft.VisualStudio.Text::ITextSnapshotLine^
The ITextSnapshotLine to sequence.
- sourceTextSnapshot
-
Type:
Microsoft.VisualStudio.Text::ITextSnapshot^
The ITextSnapshot of the TopBuffer that corresponds to topLine.
Return Value
Type: Microsoft.VisualStudio.Text.Formatting::ITextAndAdornmentCollection^A normalized collection of ISequenceElement objects that contain the text and adornment elements.
Show: