IClassificationFormatMap.CurrentPriorityOrder Свойство

Определение

Получает доступный только для чтения список объектов IClassificationType, поддерживаемых данным сопоставлением форматов, отсортированных по приоритету.

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)

Значение свойства

ReadOnlyCollection<IClassificationType>

Доступный только для чтения список объектов IClassificationType.

Применяется к