Class VisualStudioClassificationNames
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
ClassName
Gets the classification name for class type names.
public const string ClassName = "Class Name"
Field Value
Comment
Gets the classification name for comments.
public const string Comment = "Comment"
Field Value
EnumName
Gets the classification name for enum type names.
public const string EnumName = "Enum Name"
Field Value
ExtensionMethodName
Gets the classification name for extension method names.
public const string ExtensionMethodName = "Extension Method Name"
Field Value
FieldName
Gets the classification name for field names.
public const string FieldName = "Field Name"
Field Value
Identifier
Gets the classification name for identifiers.
public const string Identifier = "Identifier"
Field Value
InterfaceName
Gets the classification name for interface type names.
public const string InterfaceName = "Interface Name"
Field Value
Keyword
Gets the classification name for language keywords.
public const string Keyword = "Keyword"
Field Value
MethodName
Gets the classification name for method names.
public const string MethodName = "Method Name"
Field Value
NamespaceName
Gets the classification name for namespace names.
public const string NamespaceName = "Namespace Name"
Field Value
Number
Gets the classification name for numeric literals.
public const string Number = "Number"
Field Value
Operator
Gets the classification name for operators.
public const string Operator = "Operator"
Field Value
ParameterName
Gets the classification name for parameter names.
public const string ParameterName = "Parameter Name"
Field Value
PropertyName
Gets the classification name for property names.
public const string PropertyName = "Property Name"
Field Value
Punctuation
Gets the classification name for punctuation tokens.
public const string Punctuation = "Punctuation"
Field Value
String
Gets the classification name for string literals.
public const string String = "String"
Field Value
StructName
Gets the classification name for struct type names.
public const string StructName = "Struct Name"
Field Value
TagDelimiter
Gets the classification name for markup tag delimiters.
public const string TagDelimiter = "Tag Delimiter"
Field Value
TagName
Gets the classification name for markup tag names.
public const string TagName = "Tag Name"
Field Value
Text
Gets the classification name for plain text content.
public const string Text = "Plain Text"
Field Value
Type
Gets the classification name for type names.
public const string Type = "Type"