IStandardClassificationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to standard classifications.
public interface class IStandardClassificationService
public interface class IStandardClassificationService
__interface IStandardClassificationService
public interface IStandardClassificationService
type IStandardClassificationService = interface
Public Interface IStandardClassificationService
Remarks
This is a MEF Component, and should be imported with the following attribute: [Import(typeof(IStandardClassificationService))]
Properties
BidirectionalTextControlCharacter |
Gets a classification type representing the reference to a bidirectional text control character in a natural language. |
CharacterLiteral |
Gets a classification type representing character literals which derives from the literal classification type in a formal language. |
Comment |
Gets a classification type representing comments in a formal language. |
ExcludedCode |
Gets a classification type representing blocks excluded by the preprocessor or other means in a formal language. |
FormalLanguage |
Gets a classification type representing a formal language. |
Identifier |
Gets a classification type representing identifiers in a formal language. |
Keyword |
Gets a classification type representing keywords in a formal language. |
Literal |
Gets a classification type representing literals in a formal language. |
NaturalLanguage |
Gets a classification type representing a natural language. |
NumberLiteral |
Gets a classification type representing numerical literals which derives from the literal classification type in a formal language. |
Operator |
Gets a classification type representing whitespace in a formal language. |
Other |
Gets a classification type representing anything in a formal language. |
PreprocessorKeyword |
Gets a classification type representing preprocessor keywords in a formal language. |
StringLiteral |
Gets a classification type representing string literals which derives from the literal classification type in a formal language. |
SymbolDefinition |
Gets a classification type representing the definition of a symbol in a formal language. |
SymbolReference |
Gets a classification type representing the reference to a symbol in a formal language. |
WhiteSpace |
Gets a classification type representing whitespace in a formal language. |