Class ClassificationTypes
Inheritance
System.Object
ClassificationTypes
Namespace: Telerik.Windows.Documents.Model.Code
Assembly: Telerik.Windows.Documents.dll
Syntax
public static class ClassificationTypes : Object
Properties
Attributes
CharacterLiteral
Declaration
public static ClassificationType CharacterLiteral { get; }
Property Value
ClassificationType
|
Comment
Constants
Data
ExcludedCode
Declaration
public static ClassificationType ExcludedCode { get; }
Property Value
ClassificationType
|
Identifier
Keyword
Literal
Method
NumberLiteral
Declaration
public static ClassificationType NumberLiteral { get; }
Property Value
ClassificationType
|
Operator
PreprocessorKeyword
Declaration
public static ClassificationType PreprocessorKeyword { get; }
Property Value
ClassificationType
|
StringLiteral
Declaration
public static ClassificationType StringLiteral { get; }
Property Value
ClassificationType
|