IEditorFormatMapService Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Looks up a format map for a given view role.
public interface class IEditorFormatMapServicepublic interface class IEditorFormatMapService__interface IEditorFormatMapServicepublic interface IEditorFormatMapServicetype IEditorFormatMapService = interfacePublic Interface IEditorFormatMapServiceRemarks
This is a MEF component part, and should be imported as follows: [Import] IEditorFormatMapService formatMap = null;
Methods
| GetEditorFormatMap(ITextView) | Gets an IEditorFormatMap appropriate for a given text view. This object is likely to be shared among several text views. | 
| GetEditorFormatMap(String) | Get a IEditorFormatMap for a given appearance category. |