In This Article

ClassificationTypes Class

Provides access to the built-in IClassificationType instances.

public static class ClassificationTypes
Inheritance:
object object

Properties

Comment

The IClassificationType for a general comment.

public static IClassificationType Comment { get; }

Property Value

IClassificationType

CompilerError

The IClassificationType for a compiler error.

public static IClassificationType CompilerError { get; }

Property Value

IClassificationType

Identifier

The IClassificationType for a general identifier.

public static IClassificationType Identifier { get; }

Property Value

IClassificationType

Keyword

The IClassificationType for a general keyword.

public static IClassificationType Keyword { get; }

Property Value

IClassificationType

Number

The IClassificationType for a general number.

public static IClassificationType Number { get; }

Property Value

IClassificationType

Operator

The IClassificationType for a general operator.

public static IClassificationType Operator { get; }

Property Value

IClassificationType

OtherError

The IClassificationType for an other error.

public static IClassificationType OtherError { get; }

Property Value

IClassificationType

PreprocessorKeyword

The IClassificationType for a general preprocessor keyword.

public static IClassificationType PreprocessorKeyword { get; }

Property Value

IClassificationType

Punctuation

The IClassificationType for general punctuation.

public static IClassificationType Punctuation { get; }

Property Value

IClassificationType

ReadOnlyRegion

The IClassificationType for a read-only region.

public static IClassificationType ReadOnlyRegion { get; }

Property Value

IClassificationType

String

The IClassificationType for a general string.

public static IClassificationType String { get; }

Property Value

IClassificationType

SyntaxError

The IClassificationType for a syntax error.

public static IClassificationType SyntaxError { get; }

Property Value

IClassificationType

Type

The IClassificationType for a type.

public static IClassificationType Type { get; }

Property Value

IClassificationType

Warning

The IClassificationType for a warning.

public static IClassificationType Warning { get; }

Property Value

IClassificationType

Inherited Members