IEditorFormatMapService::GetEditorFormatMap Method (ITextView^)

 

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

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

IEditorFormatMap^ GetEditorFormatMap(
	ITextView^ view
)

Parameters

view
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The view.

Return to top
Show: