Table of Contents

Class VisualStudioClassificationNames

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Contains standard Visual Studio classification names used by the Fonts and Colors settings.

public static class VisualStudioClassificationNames
Inheritance
VisualStudioClassificationNames
Inherited Members

Fields

CharacterEscape

Gets the classification name for character escape sequences.

public const string CharacterEscape = "String Escape Character"

Field Value

string

ClassName

Gets the classification name for class type names.

public const string ClassName = "Class Name"

Field Value

string

Comment

Gets the classification name for comments.

public const string Comment = "Comment"

Field Value

string

EnumName

Gets the classification name for enum type names.

public const string EnumName = "Enum Name"

Field Value

string

ExtensionMethodName

Gets the classification name for extension method names.

public const string ExtensionMethodName = "Extension Method Name"

Field Value

string

FieldName

Gets the classification name for field names.

public const string FieldName = "Field Name"

Field Value

string

Identifier

Gets the classification name for identifiers.

public const string Identifier = "Identifier"

Field Value

string

InterfaceName

Gets the classification name for interface type names.

public const string InterfaceName = "Interface Name"

Field Value

string

Keyword

Gets the classification name for language keywords.

public const string Keyword = "Keyword"

Field Value

string

MethodName

Gets the classification name for method names.

public const string MethodName = "Method Name"

Field Value

string

NamespaceName

Gets the classification name for namespace names.

public const string NamespaceName = "Namespace Name"

Field Value

string

Number

Gets the classification name for numeric literals.

public const string Number = "Number"

Field Value

string

Operator

Gets the classification name for operators.

public const string Operator = "Operator"

Field Value

string

ParameterName

Gets the classification name for parameter names.

public const string ParameterName = "Parameter Name"

Field Value

string

PropertyName

Gets the classification name for property names.

public const string PropertyName = "Property Name"

Field Value

string

Punctuation

Gets the classification name for punctuation tokens.

public const string Punctuation = "Punctuation"

Field Value

string

String

Gets the classification name for string literals.

public const string String = "String"

Field Value

string

StructName

Gets the classification name for struct type names.

public const string StructName = "Struct Name"

Field Value

string

TagDelimiter

Gets the classification name for markup tag delimiters.

public const string TagDelimiter = "Tag Delimiter"

Field Value

string

TagName

Gets the classification name for markup tag names.

public const string TagName = "Tag Name"

Field Value

string

Text

Gets the classification name for plain text content.

public const string Text = "Plain Text"

Field Value

string

Type

Gets the classification name for type names.

public const string Type = "Type"

Field Value

string