IClassificationFormatMap::GetEditorFormatMapKey Method (IClassificationType^)

 

Gets the key used to store the associated properties of classificationType in the underlying IEditorFormatMap.

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

String^ GetEditorFormatMapKey(
	IClassificationType^ classificationType
)

Parameters

classificationType
Type: Microsoft.VisualStudio.Text.Classification::IClassificationType^

The IClassificationType whose key is returned.

Return Value

Type: System::String^

The key.

Return to top
Show: