IClassificationFormatMap::CurrentPriorityOrder Property
Visual Studio 2015
Gets a read-only list of the IClassificationType objects supported by this format map, sorted by priority.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
property ReadOnlyCollection<IClassificationType^>^ CurrentPriorityOrder {
ReadOnlyCollection<IClassificationType^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IClassificationType^>^A read-only list of the IClassificationType objects.
Show: