IClassificationFormatMapService::GetClassificationFormatMap Method (ITextView^)

 

Gets an IClassificationFormatMap appropriate for the specified text view. This object is likely to be shared among multiple text views.

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

IClassificationFormatMap^ GetClassificationFormatMap(
	ITextView^ textView
)

Parameters

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

The view.

Return to top
Show: