IClassificationFormatMap.CurrentPriorityOrder Property

Definition

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Classification::IClassificationType ^> ^ CurrentPriorityOrder { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Classification::IClassificationType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Classification.IClassificationType> CurrentPriorityOrder { get; }
member this.CurrentPriorityOrder : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Classification.IClassificationType>
Public ReadOnly Property CurrentPriorityOrder As ReadOnlyCollection(Of IClassificationType)

Property Value

A read-only list of the IClassificationType objects.

Applies to