ITextAndAdornmentSequencer::CreateTextAndAdornmentCollection Method (ITextSnapshotLine^, ITextSnapshot^)

 

Creates a sequence of text and adornment elements that compose the specified ITextSnapshotLine.

Namespace:   Microsoft.VisualStudio.Text.Formatting
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.

Return to top
Show: