This topic has not yet been rated - Rate this topic

ITextMarkerProviderFactory Interface

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.

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

The ITextMarkerProviderFactory type exposes the following members.

  NameDescription
Public methodGetTextMarkerTaggerGets the cached text marker tagger for a given ITextBuffer.
Top

This is a MEF Component, and should be exported with the following attribute:

[Import]
Internal ITextMarkerProviderFactory testMarkerProviderFactory = null;
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.