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> with get
function get CurrentPriorityOrder () : ReadOnlyCollection<IClassificationType>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IClassificationType>
A read-only list of the IClassificationType objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.