IEditorFormatMapService Interface

 

Looks up a format map for a given view role.

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

public interface IEditorFormatMapService

NameDescription
System_CAPS_pubmethodGetEditorFormatMap(ITextView)

Gets an IEditorFormatMap appropriate for a given text view. This object is likely to be shared among several text views.

System_CAPS_pubmethodGetEditorFormatMap(String)

Get a IEditorFormatMap for a given appearance category.

This is a MEF component part, and should be imported as follows:

[Import]
internal IEditorFormatMapService editorMaps = null;

For an example of how to use this service, see Walkthrough: Customizing the Text View.

Return to top
Show: