IStandardClassificationService Properties

 

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

NameDescription
System_CAPS_pubpropertyCharacterLiteral

Gets a classification type representing character literals.

System_CAPS_pubpropertyComment

Gets a classification type representing comments in a formal language.

System_CAPS_pubpropertyExcludedCode

Gets a classification type representing blocks excluded by the preprocessor or other means in a formal language.

System_CAPS_pubpropertyFormalLanguage

Gets a classification type representing a formal language.

System_CAPS_pubpropertyIdentifier

Gets a classification type representing identifiers in a formal language.

System_CAPS_pubpropertyKeyword

Gets a classification type representing keywords in a formal language.

System_CAPS_pubpropertyLiteral

Gets a classification type representing literals in a formal language.

System_CAPS_pubpropertyNaturalLanguage

Gets a classification type representing a natural language.

System_CAPS_pubpropertyNumberLiteral

Gets a classification type representing numerical literals which derives from the literal classification type in a formal language.

System_CAPS_pubpropertyOperator

Gets a classification type representing whitespace in a formal language.

System_CAPS_pubpropertyOther

Gets a classification type representing anything in a formal language.

System_CAPS_pubpropertyPreprocessorKeyword

Gets a classification type representing preprocessor keywords in a formal language.

System_CAPS_pubpropertyStringLiteral

Gets a classification type representing string literals.

System_CAPS_pubpropertySymbolDefinition

Gets a classification type representing the definition of a symbol in a formal language.

System_CAPS_pubpropertySymbolReference

Gets a classification type representing the reference to a symbol in a formal language.

System_CAPS_pubpropertyWhiteSpace

Gets a classification type representing whitespace in a formal language.

Return to top
Show: