Priority Class
Represents the built-in priorities for a classification format.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Text.Classification.Priority
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public NotInheritable Class Priority
public static class Priority
public ref class Priority abstract sealed
[<AbstractClass>]
[<Sealed>]
type Priority = class end
public final class Priority
The Priority type exposes the following members.
Fields
Name | Description | |
---|---|---|
Default | The default priority. | |
High | High priority. | |
Low | Low priority. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.