IEditorFormatMapService::GetEditorFormatMap Method (ITextView^)
Visual Studio 2015
Gets an IEditorFormatMap appropriate for a given text view. This object is likely to be shared among several text views.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- view
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The view.
Return Value
Type: Microsoft.VisualStudio.Text.Classification::IEditorFormatMap^An IEditorFormatMap for the text view.
Show: