IClassificationFormatMap::CurrentPriorityOrder Property

 

Gets a read-only list of the IClassificationType objects supported by this format map, sorted by priority.

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

property ReadOnlyCollection<IClassificationType^>^ CurrentPriorityOrder {
	ReadOnlyCollection<IClassificationType^>^ get();
}
Return to top
Show: