ITextAndAdornmentCollection Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a list of ISequenceElement objects generated by the ITextAndAdornmentSequencer.
C++
public interface class ITextAndAdornmentCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::Formatting::ISequenceElement ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Formatting::ISequenceElement ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Text::Formatting::ISequenceElement ^>
public interface ITextAndAdornmentCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.Formatting.ISequenceElement>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Formatting.ISequenceElement>, System.Collections.Generic.IList<Microsoft.VisualStudio.Text.Formatting.ISequenceElement>
type ITextAndAdornmentCollection = interface
interface IList<ISequenceElement>
interface ICollection<ISequenceElement>
interface seq<ISequenceElement>
interface IEnumerable
Public Interface ITextAndAdornmentCollection
Implements ICollection(Of ISequenceElement), IEnumerable(Of ISequenceElement), IList(Of ISequenceElement)
- Implements
Sequencer |
Gets the ITextAndAdornmentSequencer that generated the collection. |
Empty |
Return this enumeration in case it is not null. In case it is null return empty enumeration. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |