Sdílet prostřednictvím


INormalizedTextChangeCollection Rozhraní

Definice

Normalizovaný seznam ITextChange objektů. Změny jsou seřazeny vzestupně podle pozice a změny, které se překrývají a překrývají, se zkombinují do jedné změny.

public interface class INormalizedTextChangeCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::ITextChange ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITextChange ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Text::ITextChange ^>
public interface INormalizedTextChangeCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.ITextChange>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.ITextChange>, System.Collections.Generic.IList<Microsoft.VisualStudio.Text.ITextChange>
type INormalizedTextChangeCollection = interface
    interface IList<ITextChange>
    interface ICollection<ITextChange>
    interface seq<ITextChange>
    interface IEnumerable
Public Interface INormalizedTextChangeCollection
Implements ICollection(Of ITextChange), IEnumerable(Of ITextChange), IList(Of ITextChange)
Implementuje

Poznámky

INormalizedTextChangeCollection objekty jsou neměnné.

Vlastnosti

IncludesLineChanges

Určuje, zda některý z ITextChange objektů v tomto seznamu má nenulovou LineCountDelta.

Metody rozšíření

EmptyIfNull<T>(IEnumerable<T>)

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

Platí pro