IViewTagAggregatorFactoryService.CreateTagAggregator<T>, méthode (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é.
Espace de noms : Microsoft.VisualStudio.Text.Tagging
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Function CreateTagAggregator(Of T As ITag) ( _
textView As ITextView, _
options As TagAggregatorOptions _
) As ITagAggregator(Of T)
ITagAggregator<T> CreateTagAggregator<T>(
ITextView textView,
TagAggregatorOptions options
)
where T : ITag
generic<typename T>
where T : ITag
ITagAggregator<T>^ CreateTagAggregator(
ITextView^ textView,
TagAggregatorOptions options
)
abstract CreateTagAggregator :
textView:ITextView *
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
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextViewITextView avec lequel obtenir le ITagAggregator<T>.
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>
ITagAggregator<T> du type correct pour textView.
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
IViewTagAggregatorFactoryService Interface