IJavaScriptClassificationTypeProvider Interface
Provides the base requirements of an object that provides IClassificationType objects for the JavaScript language.
public interface IJavaScriptClassificationTypeProvider
Remarks
This type was generated by the Actipro Language Designer tool v20.1.1.0 (http://www.actiprosoftware.com).
Properties
Comment
Gets the Comment classification type.
IClassificationType Comment { get; }
Property Value
- IClassificationType:
The
Commentclassification type.
Identifier
Gets the Identifier classification type.
IClassificationType Identifier { get; }
Property Value
- IClassificationType:
The
Identifierclassification type.
JsonPropertyName
Gets the JsonPropertyName classification type.
IClassificationType JsonPropertyName { get; }
Property Value
- IClassificationType:
The
JsonPropertyNameclassification type.
Keyword
Gets the Keyword classification type.
IClassificationType Keyword { get; }
Property Value
- IClassificationType:
The
Keywordclassification type.
Number
Gets the Number classification type.
IClassificationType Number { get; }
Property Value
- IClassificationType:
The
Numberclassification type.
Operator
Gets the Operator classification type.
IClassificationType Operator { get; }
Property Value
- IClassificationType:
The
Operatorclassification type.
Punctuation
Gets the Punctuation classification type.
IClassificationType Punctuation { get; }
Property Value
- IClassificationType:
The
Punctuationclassification type.
String
Gets the String classification type.
IClassificationType String { get; }
Property Value
- IClassificationType:
The
Stringclassification type.