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
textView
Tipo: Microsoft.VisualStudio.Text.Editor.ITextViewITextView oggetto con cui ottenere ITagAggregator<T>.
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.