In This Article

IJavaScriptClassificationTypeProvider Interface

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 v26.1.0 (http://www.actiprosoftware.com).

Properties

Comment

The Comment classification type.

IClassificationType Comment { get; }

Property Value

IClassificationType

Identifier

The Identifier classification type.

IClassificationType Identifier { get; }

Property Value

IClassificationType

JsonPropertyName

The JsonPropertyName classification type.

IClassificationType JsonPropertyName { get; }

Property Value

IClassificationType

Keyword

The Keyword classification type.

IClassificationType Keyword { get; }

Property Value

IClassificationType

Number

The Number classification type.

IClassificationType Number { get; }

Property Value

IClassificationType

Operator

The Operator classification type.

IClassificationType Operator { get; }

Property Value

IClassificationType

Punctuation

The Punctuation classification type.

IClassificationType Punctuation { get; }

Property Value

IClassificationType

String

The String classification type.

IClassificationType String { get; }

Property Value

IClassificationType

Extension Methods