Represents a provider of built-in IClassification
- Inheritance:
- object object
Constructors
BuiltInClassificationTypeProvider()
Initializes a new instance of the class.
BuiltInClassificationTypeProvider(IHighlightingStyleRegistry)
Initializes a new instance of the class.
Parameter | Type | Description |
---|---|---|
registry | IHighlighting |
The IHighlighting |
See Also
Properties
Comment
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general comment.
Remarks
The first time this IClassification
See Also
CompilerError
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a compiler error.
Remarks
The first time this IClassification
See Also
Identifier
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general identifier.
Remarks
The first time this IClassification
See Also
this[string]
Gets the common IClassification
Parameter | Type | Description |
---|---|---|
key | string | The key of the common IClassification |
Property Value
- IClassification
Type : The corresponding IClassification
Type if found; otherwisenull
.
Remarks
The first time a IClassification
See Also
Keyword
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general keyword.
Remarks
The first time this IClassification
See Also
Number
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general number.
Remarks
The first time this IClassification
See Also
Operator
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general operator.
Remarks
The first time this IClassification
See Also
OtherError
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for an other error.
Remarks
The first time this IClassification
See Also
PreprocessorKeyword
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general preprocessor keyword.
Remarks
The first time this IClassification
See Also
Punctuation
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for general punctuation.
Remarks
The first time this IClassification
See Also
ReadOnlyRegion
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a read-only region.
Remarks
The first time this IClassification
See Also
String
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a general string.
Remarks
The first time this IClassification
See Also
SyntaxError
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a syntax error.
Remarks
The first time this IClassification
See Also
Warning
Gets the IClassification
Property Value
- IClassification
Type : The IClassification
Type to use for a warning.
Remarks
The first time this IClassification
See Also
Methods
RegisterAll()
Registers all classification types and highlighting styles with the IHighlighting
Returns
- IEnumerable<IClassification
Type >: The collection of IClassification
Type objects that were registered.
Remarks
The first time this IClassification
See Also
Inherited Members
-
object.
Get Type() -
object.
Memberwise Clone() -
object.
To String() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()