バージョン

Classification 列挙体

利用可能な ClassificationType に対応する列挙体。
シンタックス
'宣言
 
Public Enum Classification 
   Inherits System.Enum
public enum Classification : System.Enum 
メンバ
メンバ解説
CommentComment ClassificationType
DateLiteralDateLiteral ClassificationType
DiagnosticErrorDiagnosticError ClassificationType
DiagnosticInformationDiagnosticInformation ClassificationType
DiagnosticWarningDiagnosticWarning ClassificationType
DocCommentStartDocCommentStart ClassificationType
DocCommentTagDocCommentTag ClassificationType
DocCommentTextDocCommentText ClassificationType
Identifier識別子 ClassificationType
KeywordKeyword ClassificationType
NumericLiteralNumericLiteral ClassificationType
OperatorOperator ClassificationType
PreprocessorDirectivePreprocessorDirective ClassificationType
PreprocessorDirectiveTextPreprocessorDirectiveText ClassificationType
PunctuationPunctuation ClassificationType
StringLiteralStringLiteral ClassificationType
UndefinedUndefined ClassificationType
UnrecognizedUnrecognized ClassificationType
WhitespaceWhitespace ClassificationType
参照