Condividi tramite


Metodo IBufferTagAggregatorFactoryService.CreateTagAggregator<T> (ITextBuffer, TagAggregatorOptions)

Crea un aggregatore di tag per il buffer di testo specificato utilizzando le opzioni specificate.

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, _
    options As TagAggregatorOptions _
) As ITagAggregator(Of T)
ITagAggregator<T> CreateTagAggregator<T>(
    ITextBuffer textBuffer,
    TagAggregatorOptions options
)
where T : ITag
generic<typename T>
where T : ITag 
ITagAggregator<T>^ CreateTagAggregator(
    ITextBuffer^ textBuffer, 
    TagAggregatorOptions options
)
abstract CreateTagAggregator : 
        textBuffer:ITextBuffer * 
        options:TagAggregatorOptions -> 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