ITextAndAdornmentSequencer.CreateTextAndAdornmentCollection Method (SnapshotSpan, ITextSnapshot)

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

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Function CreateTextAndAdornmentCollection ( _
    topSpan As SnapshotSpan, _
    sourceTextSnapshot As ITextSnapshot _
) As ITextAndAdornmentCollection
ITextAndAdornmentCollection CreateTextAndAdornmentCollection(
    SnapshotSpan topSpan,
    ITextSnapshot sourceTextSnapshot
)
ITextAndAdornmentCollection^ CreateTextAndAdornmentCollection(
    SnapshotSpan topSpan, 
    ITextSnapshot^ sourceTextSnapshot
)
abstract CreateTextAndAdornmentCollection : 
        topSpan:SnapshotSpan * 
        sourceTextSnapshot:ITextSnapshot -> ITextAndAdornmentCollection 
function CreateTextAndAdornmentCollection(
    topSpan : SnapshotSpan, 
    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