IBufferTagAggregatorFactoryService.CreateTagAggregator<T>, méthode (ITextBuffer, TagAggregatorOptions)
Crée une fonction d'agrégation de balises pour la mémoire tampon de texte spécifiée à l'aide de les options données.
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, _
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 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
textBuffer
Type : Microsoft.VisualStudio.Text.ITextBufferITextBuffer sur lequel l'agrégation doit regrouper des balises, notamment toutes les mémoires tampons sources si la mémoire tampon est une mémoire tampon de projection.
options
Type : Microsoft.VisualStudio.Text.Tagging.TagAggregatorOptionsOptions à utiliser pour l'agrégation nouvellement créée.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
La fonction d'agrégation de balises.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IBufferTagAggregatorFactoryService Interface