ITextMarkerProviderFactory Interface
Visual Studio 2015
Gets a text marker tagger (a SimpleTagger<T> of type TextMarkerTag for a given buffer, or creates a new one if no text marker tagger is already cached in the owned properties of the buffer.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | GetTextMarkerTagger(ITextBuffer) | Gets the cached text marker tagger for a given ITextBuffer. |
This is a MEF Component, and should be exported with the following attribute:
[Import] Internal ITextMarkerProviderFactory testMarkerProviderFactory = null;
Show:
