Aracılığıyla paylaş


INormalizedTextChangeCollection Arabirim

Tanım

Nesnelerin normalleştirilmiş listesi ITextChange . Değişiklikler artan konum sırasına göre sıralanır ve üst üste binen ve çakışan değişiklikler tek bir değişiklikte birleştirilir.

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)
Uygulamalar

Açıklamalar

INormalizedTextChangeCollection nesneleri sabittir.

Özellikler

IncludesLineChanges

Bu listedeki nesnelerden herhangi birinin ITextChange sıfır LineCountDeltaolmayan bir öğesine sahip olup olmadığını belirler.

Uzantı Metotları

EmptyIfNull<T>(IEnumerable<T>)

Null olmaması durumunda bu numaralandırmayı döndür. Null olması durumunda boş dönüş sabit listesi.

Şunlara uygulanır