Classe TagSpan<T>
A implementação de ITagSpan<T>.
Hierarquia de herança
Object
Microsoft.VisualStudio.Text.Tagging.TagSpan<T>
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
Public Class TagSpan(Of T As ITag) _
Implements ITagSpan(Of T)
public class TagSpan<T> : ITagSpan<T>
where T : ITag
generic<typename T>
where T : ITag
public ref class TagSpan : ITagSpan<T>
type TagSpan<'T when 'T : ITag> =
class
interface ITagSpan<'T>
end
JScript não oferece suporte a tipos ou métodos genéricos.
Parâmetros de tipo
- T
O tipo, que deve ser uma subclasse de ITag.
O tipo TagSpan<T> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TagSpan<T> | Inicializa uma nova instância de um TagSpan<T> com o instantâneo especificado span e marcar. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Span | Obtém a extensão de instantâneo para essa marca. | |
Tag | Obtém a marca localizada em desse intervalo. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de 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.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
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.