ITextMarkerProviderFactory::GetTextMarkerTagger Method (ITextBuffer^)

 

Gets the cached text marker tagger for a given ITextBuffer.

Namespace:   Microsoft.VisualStudio.Text.Adornments
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

SimpleTagger<TextMarkerTag^>^ GetTextMarkerTagger(
	ITextBuffer^ textBuffer
)

Parameters

textBuffer
Type: Microsoft.VisualStudio.Text::ITextBuffer^

The ITextBuffer with which to get the text marker tagger.

If no tagger exists, creates and caches a new SimpleTagger<T> with the ITextBuffer.

Return to top
Show: