LanguagePriority Class

 

Represents the built-in priorities for language classifications.

Namespace:   Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

System.Object
  Microsoft.VisualStudio.Language.StandardClassification.LanguagePriority

public static class LanguagePriority

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticFormalLanguage

Priority for the formal language classification definitions.

System_CAPS_pubfieldSystem_CAPS_staticNaturalLanguage

Priority for the natural language classification definitions.

The default classification types and format definitions provided by the IStandardClassificationService define natural language and formal language classification types. These are the classification types upon which other classification types are based.

Formal language classifications have a higher priority than natural language classification types, and by definition all derivatives of formal language classifications have a higher priority than derivatives of the natural language classification types.

Both the formal and natural language classification types fall between the Default and High generic priorities.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: