ITextAndAdornmentSequencer.CreateTextAndAdornmentCollection Method
Include Protected Members
Include Inherited Members
Creates a sequence of text and adornment elements.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top