IViewTagAggregatorFactoryService, interface

Service qui crée un ITagAggregator<T> pour un ITextView.

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

Syntaxe

'Déclaration
Public Interface IViewTagAggregatorFactoryService
public interface IViewTagAggregatorFactoryService
public interface class IViewTagAggregatorFactoryService
type IViewTagAggregatorFactoryService =  interface end
public interface IViewTagAggregatorFactoryService

Méthodes

  Nom Description
Méthode publique CreateTagAggregator<T>(ITextView) Crée une agrégation de balises pour le ITextView spécifié qui regroupe des balises d'un type donné.
Méthode publique CreateTagAggregator<T>(ITextView, TagAggregatorOptions) Crée une agrégation de balises pour le ITextView spécifié et avec les options données dans le but de regrouper des balises du type donné.

Début

Notes

C'est un composant MEF, et doit être importée comme suit :

[Import]
IViewLevelTagAggregatorFactoryService factory = null;

Voir aussi

Référence

Microsoft.VisualStudio.Text.Tagging, espace de noms