IClassificationFormatMap::SwapPriorities Method (IClassificationType^, IClassificationType^)
Visual Studio 2015
Switches the priorities of two IClassificationType objects.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- firstType
-
Type:
Microsoft.VisualStudio.Text.Classification::IClassificationType^
The first type.
- secondType
-
Type:
Microsoft.VisualStudio.Text.Classification::IClassificationType^
The second type.
Changing the priority of an IClassificationType causes the ClassificationFormatMappingChanged event to be raised.
Show: