Condividi tramite


Metodo IViewTagAggregatorFactoryService.CreateTagAggregator<T> (ITextView)

Crea un aggregatore di tag per l'oggetto specificato ITextView 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 _
) As ITagAggregator(Of T)
ITagAggregator<T> CreateTagAggregator<T>(
    ITextView textView
)
where T : ITag
generic<typename T>
where T : ITag 
ITagAggregator<T>^ CreateTagAggregator(
    ITextView^ textView
)
abstract CreateTagAggregator : 
        textView:ITextView -> 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.

Note

BatchedTagsChanged l'evento viene generato sul thread utilizzato per creare aggregatore di tag.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IViewTagAggregatorFactoryService Interfaccia

Overload CreateTagAggregator

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging