IViewTaggerProvider.CreateTagger<T>, méthode
Crée un fournisseur de balises pour la vue et la mémoire tampon spécifiées.
Espace de noms : Microsoft.VisualStudio.Text.Tagging
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Function CreateTagger(Of T As ITag) ( _
textView As ITextView, _
buffer As ITextBuffer _
) As ITagger(Of T)
ITagger<T> CreateTagger<T>(
ITextView textView,
ITextBuffer buffer
)
where T : ITag
generic<typename T>
where T : ITag
ITagger<T>^ CreateTagger(
ITextView^ textView,
ITextBuffer^ buffer
)
abstract CreateTagger :
textView:ITextView *
buffer:ITextBuffer -> ITagger<'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 balise.
Paramètres
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextView
buffer
Type : Microsoft.VisualStudio.Text.ITextBuffer
Valeur de retour
Type : Microsoft.VisualStudio.Text.Tagging.ITagger<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.