PredefinedClassificationTypeNames Class

 

Defines a list of predefined classification type names.

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

System.Object
  Microsoft.VisualStudio.Language.StandardClassification.PredefinedClassificationTypeNames

public static class PredefinedClassificationTypeNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCharacter

The name of the classification type representing characters.

System_CAPS_pubfieldSystem_CAPS_staticComment

The name of the classification type representing comments.

System_CAPS_pubfieldSystem_CAPS_staticExcludedCode

The name of the classification type representing items that are excluded via a preprocessor macro or other means.

System_CAPS_pubfieldSystem_CAPS_staticFormalLanguage

The name of the classification type representing a formal language. This classification type is intended to be used as a base classification type for all classification types belonging to a set of formal language classifications, for example literals and keywords.

System_CAPS_pubfieldSystem_CAPS_staticIdentifier

The name of the classification type representing identifiers, for instance, variable names.

System_CAPS_pubfieldSystem_CAPS_staticKeyword

The name of the classification type representing keywords. In C# for instance, foreach would be a keyword.

System_CAPS_pubfieldSystem_CAPS_staticLiteral

The name of the classification type representing literals.

System_CAPS_pubfieldSystem_CAPS_staticNaturalLanguage

The name of the classification type representing a natural language classification. This classification type is intended to be used as a base classification type for other classification types belonging to a set of natural language classifications.

System_CAPS_pubfieldSystem_CAPS_staticNumber

The name of the classification type representing numbers.

System_CAPS_pubfieldSystem_CAPS_staticOperator

The name of the classification type representing operators, for instance, + would be an operator.

System_CAPS_pubfieldSystem_CAPS_staticOther

The name of the classification type representing all other types of classifications.

System_CAPS_pubfieldSystem_CAPS_staticPeekBackground

The name of the classification type representing the background color of Peek adornments.

System_CAPS_pubfieldSystem_CAPS_staticPeekBackgroundUnfocused

The name of the classification type representing the background color of Peek adornments when they do not have keyboard focus.

System_CAPS_pubfieldSystem_CAPS_staticPeekFocusedBorder

The name of the classification type representing the border color when Peek is focused.

System_CAPS_pubfieldSystem_CAPS_staticPeekHighlightedText

System_CAPS_pubfieldSystem_CAPS_staticPeekHighlightedTextUnfocused

System_CAPS_pubfieldSystem_CAPS_staticPeekHistoryHovered

The name of the classification type representing the color of a history dot in Peek when the mouse is currently over it.

System_CAPS_pubfieldSystem_CAPS_staticPeekHistorySelected

The name of the classification type representing the color of a history dot in Peek when it is currently selected.

System_CAPS_pubfieldSystem_CAPS_staticPeekLabelText

System_CAPS_pubfieldSystem_CAPS_staticPreprocessorKeyword

The name of the classification type representing preprocessor keywords.

System_CAPS_pubfieldSystem_CAPS_staticString

The name of the classification type representing strings.

System_CAPS_pubfieldSystem_CAPS_staticSymbolDefinition

The name of the classification type representing definition of symbols.

System_CAPS_pubfieldSystem_CAPS_staticSymbolReference

The name of the classification type representing symbol references.

System_CAPS_pubfieldSystem_CAPS_staticWhiteSpace

The name of the classification type representing white space.

The classification type names defined here are used by the IStandardClassificationService to create the set of pre-existing classification types.

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: