In This Article

ClassificationTypes Class

Provides access to the built-in IClassificationType instances.

public static class ClassificationTypes
Inheritance:
object object

Properties

Comment

Gets the IClassificationType for a general comment.

public static IClassificationType Comment { get; }

Property Value

IClassificationType:

The IClassificationType for a general comment.

CompilerError

Gets the IClassificationType for a compiler error.

public static IClassificationType CompilerError { get; }

Property Value

IClassificationType:

The IClassificationType for a compiler error.

Identifier

Gets the IClassificationType for a general identifier.

public static IClassificationType Identifier { get; }

Property Value

IClassificationType:

The IClassificationType for a general identifier.

Keyword

Gets the IClassificationType for a general keyword.

public static IClassificationType Keyword { get; }

Property Value

IClassificationType:

The IClassificationType for a general keyword.

Number

Gets the IClassificationType for a general number.

public static IClassificationType Number { get; }

Property Value

IClassificationType:

The IClassificationType for a general number.

Operator

Gets the IClassificationType for a general operator.

public static IClassificationType Operator { get; }

Property Value

IClassificationType:

The IClassificationType for a general operator.

OtherError

Gets the IClassificationType for an other error.

public static IClassificationType OtherError { get; }

Property Value

IClassificationType:

The IClassificationType for an other error.

PreprocessorKeyword

Gets the IClassificationType for a general preprocessor keyword.

public static IClassificationType PreprocessorKeyword { get; }

Property Value

IClassificationType:

The IClassificationType for a general preprocessor keyword.

Punctuation

Gets the IClassificationType for general punctuation.

public static IClassificationType Punctuation { get; }

Property Value

IClassificationType:

The IClassificationType for general punctuation.

ReadOnlyRegion

Gets the IClassificationType for a read-only region.

public static IClassificationType ReadOnlyRegion { get; }

Property Value

IClassificationType:

The IClassificationType for a read-only region.

String

Gets the IClassificationType for a general string.

public static IClassificationType String { get; }

Property Value

IClassificationType:

The IClassificationType for a general string.

SyntaxError

Gets the IClassificationType for a syntax error.

public static IClassificationType SyntaxError { get; }

Property Value

IClassificationType:

The IClassificationType for a syntax error.

Warning

Gets the IClassificationType for a warning.

public static IClassificationType Warning { get; }

Property Value

IClassificationType:

The IClassificationType for a warning.

Inherited Members