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)

Syntax

'Declaration
ReadOnly Property CurrentPriorityOrder As ReadOnlyCollection(Of IClassificationType)
ReadOnlyCollection<IClassificationType> CurrentPriorityOrder { get; }
property ReadOnlyCollection<IClassificationType^>^ CurrentPriorityOrder {
    ReadOnlyCollection<IClassificationType^>^ get ();
}
abstract CurrentPriorityOrder : ReadOnlyCollection<IClassificationType>
function get CurrentPriorityOrder () : ReadOnlyCollection<IClassificationType>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IClassificationType>
A read-only list of the IClassificationType objects.

.NET Framework Security

See Also

Reference

IClassificationFormatMap Interface

Microsoft.VisualStudio.Text.Classification Namespace