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
textBuffer
Tipo: Microsoft.VisualStudio.Text.ITextBufferITextBuffer su cui l'aggregatore deve aggregare i tag, inclusi tutti i buffer di origine se il buffer è un buffer di proiezione.
Valore restituito
Tipo: Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
Aggregatore di tag.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.