INormalizedTextChangeCollection Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Una lista normalizada de objetos ITextChange. Los cambios están ordenados en orden ascendente de posición y los cambios colindantes y superpuestos se combinan en un único cambio.
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)
- Implementaciones
Comentarios
INormalizedTextChangeCollection los objetos son inmutables.
Propiedades
IncludesLineChanges |
Determina si cualquiera de los objetos ITextChange en esta lista tiene una propiedad LineCountDelta distinta de cero. |
Métodos de extensión
EmptyIfNull<T>(IEnumerable<T>) |
Devuelve esta enumeración en caso de que no sea null. En caso de que sea null, se devuelve una enumeración vacía. |