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 | |
---|---|---|
CreateTagAggregator<T>(ITextView) | Crée une agrégation de balises pour le ITextView spécifié qui regroupe des balises d'un type donné. | |
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;