IClassificationFormatMapService::GetClassificationFormatMap Method (ITextView^)
Visual Studio 2015
Gets an IClassificationFormatMap appropriate for the specified text view. This object is likely to be shared among multiple text views.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The view.
Return Value
Type: Microsoft.VisualStudio.Text.Classification::IClassificationFormatMap^An IClassificationFormatMap for the view.
Show: