Condividi tramite


Metodo IBufferTagAggregatorFactoryService.CreateTagAggregator<T> (ITextBuffer)

Crea un aggregatore di tag per il buffer di testo specificato.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
Function CreateTagAggregator(Of T As ITag) ( _
    textBuffer As ITextBuffer _
) As ITagAggregator(Of T)
ITagAggregator<T> CreateTagAggregator<T>(
    ITextBuffer textBuffer
)
where T : ITag
generic<typename T>
where T : ITag 
ITagAggregator<T>^ CreateTagAggregator(
    ITextBuffer^ textBuffer
)
abstract CreateTagAggregator : 
        textBuffer:ITextBuffer -> ITagAggregator<'T>  when 'T : ITag
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • T
    il tipo di tag da aggregare.

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
Aggregatore di tag.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IBufferTagAggregatorFactoryService Interfaccia

Overload CreateTagAggregator

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging