Class
ClassificationTypes

Class which defines the classification types existing in a code file.

Definition

Namespace:Telerik.Windows.SyntaxEditor.Core.Tagging

Assembly:Telerik.Windows.SyntaxEditor.Core.dll

Syntax:

cs-api-definition
public static class ClassificationTypes

Inheritance: objectClassificationTypes

Properties

CharacterLiteral

CharacterLiteral classification.

Declaration

cs-api-definition
public static ClassificationType CharacterLiteral { get; }

Property Value

ClassificationType

Comment

Comment classification.

Declaration

cs-api-definition
public static ClassificationType Comment { get; }

Property Value

ClassificationType

ExcludedCode

ExcludedCode classification.

Declaration

cs-api-definition
public static ClassificationType ExcludedCode { get; }

Property Value

ClassificationType

Identifier

Identifier classification.

Declaration

cs-api-definition
public static ClassificationType Identifier { get; }

Property Value

ClassificationType

Keyword

Keyword classification.

Declaration

cs-api-definition
public static ClassificationType Keyword { get; }

Property Value

ClassificationType

Literal

Literal classification.

Declaration

cs-api-definition
public static ClassificationType Literal { get; }

Property Value

ClassificationType

NumberLiteral

NumberLiteral classification.

Declaration

cs-api-definition
public static ClassificationType NumberLiteral { get; }

Property Value

ClassificationType

Operator

Operator classification.

Declaration

cs-api-definition
public static ClassificationType Operator { get; }

Property Value

ClassificationType

PreprocessorKeyword

PreprocessorKeyword classification.

Declaration

cs-api-definition
public static ClassificationType PreprocessorKeyword { get; }

Property Value

ClassificationType

StringLiteral

StringLiteral classification.

Declaration

cs-api-definition
public static ClassificationType StringLiteral { get; }

Property Value

ClassificationType

WhiteSpace

WhiteSpace classification.

Declaration

cs-api-definition
public static ClassificationType WhiteSpace { get; }

Property Value

ClassificationType