Condividi tramite


Metodo IViewTagAggregatorFactoryService.CreateTagAggregator<T> (ITextView, TagAggregatorOptions)

Crea un aggregatore di tag per l'oggetto specificato ITextView e con le opzioni specificate che aggrega i tag del tipo specificato.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
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 non supporta i tipi o i metodi generici.

Parametri di tipo

  • T
    il tipo di tag da aggregare.

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
ITagAggregator<T> il tipo corretto per textView.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IViewTagAggregatorFactoryService Interfaccia

Overload CreateTagAggregator

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging