ITextMarkerProviderFactory Interface

Definition

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.

public interface class ITextMarkerProviderFactory
public interface class ITextMarkerProviderFactory
__interface ITextMarkerProviderFactory
public interface ITextMarkerProviderFactory
type ITextMarkerProviderFactory = interface
Public Interface ITextMarkerProviderFactory

Remarks

This is a MEF Component, and should be exported with the following attribute: [Export(typeof(ITextMarkerProviderFactory))]

Methods

GetTextMarkerTagger(ITextBuffer)

Gets the cached text marker tagger for a given ITextBuffer. If one does not exist, creates and caches a new SimpleTagger<T> with the ITextBuffer.

Applies to