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)

Syntax

'Declaration
Function CreateTextAndAdornmentCollection ( _
    topLine As ITextSnapshotLine, _
    sourceTextSnapshot As ITextSnapshot _
) As ITextAndAdornmentCollection
ITextAndAdornmentCollection CreateTextAndAdornmentCollection(
    ITextSnapshotLine topLine,
    ITextSnapshot sourceTextSnapshot
)
ITextAndAdornmentCollection^ CreateTextAndAdornmentCollection(
    ITextSnapshotLine^ topLine, 
    ITextSnapshot^ sourceTextSnapshot
)
abstract CreateTextAndAdornmentCollection : 
        topLine:ITextSnapshotLine * 
        sourceTextSnapshot:ITextSnapshot -> ITextAndAdornmentCollection 
function CreateTextAndAdornmentCollection(
    topLine : ITextSnapshotLine, 
    sourceTextSnapshot : ITextSnapshot
) : ITextAndAdornmentCollection

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentCollection
A normalized collection of ISequenceElement objects that contain the text and adornment elements.

.NET Framework Security

See Also

Reference

ITextAndAdornmentSequencer Interface

CreateTextAndAdornmentCollection Overload

Microsoft.VisualStudio.Text.Formatting Namespace