IClassificationFormatMap.CurrentPriorityOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.