Compartilhar via


ITextAndAdornmentCollection Interface

Definição

Representa uma lista de ISequenceElement objetos gerados pelo ITextAndAdornmentSequencer.

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)
Implementações

Propriedades

Sequencer

Obtém o ITextAndAdornmentSequencer que gerou a coleção.

Métodos de Extensão

EmptyIfNull<T>(IEnumerable<T>)

Retorne essa enumeração caso ela não seja nula. Caso seja enumeração vazia de retorno nulo.

Aplica-se a