ITextMarkerProviderFactory::GetTextMarkerTagger Method (ITextBuffer^)
Visual Studio 2015
Gets the cached text marker tagger for a given ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The ITextBuffer with which to get the text marker tagger.
Return Value
Type: Microsoft.VisualStudio.Text.Tagging::SimpleTagger<TextMarkerTag^>^The cached SimpleTagger<T> for textBuffer.
If no tagger exists, creates and caches a new SimpleTagger<T> with the ITextBuffer.
Show: