Classe NormalizedSpanCollection
Uma coleção de extensões que são classificadas por posição inicial, com extensões adjacentes e sobrepostas combinados.
Hierarquia de herança
Object
ReadOnlyCollection<Span>
Microsoft.VisualStudio.Text.NormalizedSpanCollection
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)
Sintaxe
'Declaração
Public Class NormalizedSpanCollection _
Inherits ReadOnlyCollection(Of Span)
public class NormalizedSpanCollection : ReadOnlyCollection<Span>
public ref class NormalizedSpanCollection : public ReadOnlyCollection<Span>
type NormalizedSpanCollection =
class
inherit ReadOnlyCollection<Span>
end
public class NormalizedSpanCollection extends ReadOnlyCollection<Span>
O tipo NormalizedSpanCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
NormalizedSpanCollection() | Inicializa uma nova instância de NormalizedSpanCollection que está vazia. | |
NormalizedSpanCollection(Span) | Inicializa uma nova instância de NormalizedSpanCollection que contém o intervalo especificado. | |
NormalizedSpanCollection(IEnumerable<Span>) | Inicializa uma nova instância de NormalizedSpanCollection que contém a lista de extensões especificada. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. (Herdado de ReadOnlyCollection<Span>.) | |
Item | Obtém o elemento no índice especificado. (Herdado de ReadOnlyCollection<Span>.) | |
Items | Returns the IList that the ReadOnlyCollection wraps. (Herdado de ReadOnlyCollection<Span>.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. (Herdado de ReadOnlyCollection<Span>.) | |
CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (Herdado de ReadOnlyCollection<Span>.) | |
Difference | Localiza a diferença entre dois conjuntos.A diferença é definida como tudo o que o primeiro conjunto de span não está na segunda extensão definida. | |
Equals | Determina se este conjunto de span é igual a outro objeto. (Substitui Object.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (Herdado de ReadOnlyCollection<Span>.) | |
GetHashCode | Obtém um código hash exclusivo para o conjunto de span. (Substitui Object.GetHashCode.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Herdado de ReadOnlyCollection<Span>.) | |
Intersection | Localiza a interseção de dois conjuntos de span. | |
IntersectsWith(NormalizedSpanCollection) | Determina se este conjunto de span cruza com outro conjunto de span. | |
IntersectsWith(Span) | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
Overlap | Localiza a sobreposição dos dois conjuntos de span. | |
OverlapsWith(NormalizedSpanCollection) | Determina se este conjunto de span se sobrepõe a outro conjunto de span. | |
OverlapsWith(Span) | ||
ToString | Fornece uma representação de seqüência de caracteres do conjunto. (Substitui Object.ToString.) | |
Union | Localiza a união de dois conjuntos de span. |
Superior
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determina se dois abrangem conjuntos são iguais. | |
Inequality | Determina se dois abrangem conjuntos não são iguais. |
Superior
Implementações explícitas da interface
Nome | Descrição | |
---|---|---|
System#Collections#Generic#ICollection{T}#Add | Adds an item to the ICollection.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#Add | Adds an item to the IList.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#Generic#ICollection{T}#Clear | Removes all items from the ICollection.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#Clear | Removes all items from the IList.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#Contains | Determines whether the IList contains a specific value. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#ICollection#CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IEnumerable#GetEnumerator | Returns an enumerator that iterates through a collection. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#IndexOf | Determines the index of a specific item in the IList. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#Generic#IList{T}#Insert | Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#Insert | Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#IsReadOnly | Gets a value indicating whether the IList is read-only. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#ICollection#IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#Generic#IList{T}#Item | Obtém o elemento no índice especificado.An NotSupportedException occurs if you try to set the item at the specified index. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#Item | Obtém o elemento no índice especificado.A NotSupportedException occurs if you try to set the item at the specified index. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#Generic#ICollection{T}#Remove | Removes the first occurrence of a specific object from the ICollection.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#Remove | Removes the first occurrence of a specific object from the IList.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#Generic#IList{T}#RemoveAt | Removes the IList item at the specified index.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#IList#RemoveAt | Removes the IList item at the specified index.This implementation always throws NotSupportedException. (Herdado de ReadOnlyCollection<Span>.) | |
System#Collections#ICollection#SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Herdado de ReadOnlyCollection<Span>.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.