Partager via


IBufferTagAggregatorFactoryService.CreateTagAggregator<T>, méthode (ITextBuffer)

Crée une fonction d'agrégation de balises pour la mémoire tampon de texte spécifiée.

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • T
    Type de la balise à agréger.

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
La fonction d'agrégation de balises.

Sécurité .NET Framework

Voir aussi

Référence

IBufferTagAggregatorFactoryService Interface

CreateTagAggregator, surcharge

Microsoft.VisualStudio.Text.Tagging, espace de noms