IClassificationFormatMapService Interface
Visual Studio 2015
Looks up a classification format map for a given view.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | GetClassificationFormatMap(ITextView) | Gets an IClassificationFormatMap appropriate for the specified text view. This object is likely to be shared among multiple text views. |
![]() | GetClassificationFormatMap(String) | Gets a IClassificationFormatMap for the specified appearance category. |
This is a MEF component part, and should be imported as follows:
[Import] IClassificationFormatMapService formatMap = null;
Show:
