Version

Classification Enumeration

Enumerations that correspond to the available ClassificationTypes.
Syntax
'Declaration
 
Public Enum Classification 
   Inherits System.Enum
public enum Classification : System.Enum 
Members
MemberDescription
CommentA Comment ClassificationType
DateLiteralA DateLiteral ClassificationType
DiagnosticErrorA DiagnosticError ClassificationType
DiagnosticInformationA DiagnosticInformation ClassificationType
DiagnosticWarningA DiagnosticWarning ClassificationType
DocCommentStartA DocCommentStart ClassificationType
DocCommentTagA DocCommentTag ClassificationType
DocCommentTextA DocCommentText ClassificationType
IdentifierA Identifier ClassificationType
KeywordA Keyword ClassificationType
NumericLiteralA NumericLiteral ClassificationType
OperatorA Operator ClassificationType
PreprocessorDirectiveA PreprocessorDirective ClassificationType
PreprocessorDirectiveTextA PreprocessorDirectiveText ClassificationType
PunctuationA Punctuation ClassificationType
StringLiteralA StringLiteral ClassificationType
UndefinedA Undefined ClassificationType
UnrecognizedA Unrecognized ClassificationType
WhitespaceA Whitespace ClassificationType
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also