Sdílet prostřednictvím


ITextAndAdornmentCollection Rozhraní

Definice

Představuje seznam ISequenceElement objektů vygenerovaných objektem 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)
Implementuje

Vlastnosti

Sequencer

Získá vygenerovanou ITextAndAdornmentSequencer kolekci.

Metody rozšíření

EmptyIfNull<T>(IEnumerable<T>)

Pokud nemá hodnotu null, vraťte tento výčet. V případě, že je hodnota null, vraťte prázdný výčet.

Platí pro