IClassificationFormatMap::SwapPriorities Method (IClassificationType^, IClassificationType^)

 

Switches the priorities of two IClassificationType objects.

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

void SwapPriorities(
	IClassificationType^ firstType,
	IClassificationType^ secondType
)

Changing the priority of an IClassificationType causes the ClassificationFormatMappingChanged event to be raised.

Return to top
Show: