In This Article

ClassificationTypeKeys Class

Defines keys for built-in IClassificationType instances defined in ClassificationTypes.

public static class ClassificationTypeKeys
Inheritance:
object object

Fields

Comment

A key for a IClassificationType that is a general comment.

public const string Comment = "Comment"

CompilerError

A key for a IClassificationType that is a compiler error.

public const string CompilerError = "CompilerError"

Identifier

A key for a IClassificationType that is a general identifier.

public const string Identifier = "Identifier"

Keyword

A key for a IClassificationType that is a general keyword.

public const string Keyword = "Keyword"

Number

A key for a IClassificationType that is a general number.

public const string Number = "Number"

Operator

A key for a IClassificationType that is a general operator.

public const string Operator = "Operator"

OtherError

A key for a IClassificationType that is an other error.

public const string OtherError = "OtherError"

PreprocessorKeyword

A key for a IClassificationType that is a general preprocessor keyword.

public const string PreprocessorKeyword = "PreprocessorKeyword"

Punctuation

A key for a IClassificationType that is general punctuation.

public const string Punctuation = "Punctuation"

ReadOnlyRegion

A key for a IClassificationType that is a read-only region.

public const string ReadOnlyRegion = "ReadOnlyRegion"

String

A key for a IClassificationType that is a general string.

public const string String = "String"

SyntaxError

A key for a IClassificationType that is a syntax editor.

public const string SyntaxError = "SyntaxError"

Warning

A key for a IClassificationType that is a warning.

public const string Warning = "Warning"

Inherited Members