In This Article

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 Comment classification type.

Identifier

Gets the Identifier classification type.

IClassificationType Identifier { get; }

Property Value

IClassificationType:

The Identifier classification type.

JsonPropertyName

Gets the JsonPropertyName classification type.

IClassificationType JsonPropertyName { get; }

Property Value

IClassificationType:

The JsonPropertyName classification type.

Keyword

Gets the Keyword classification type.

IClassificationType Keyword { get; }

Property Value

IClassificationType:

The Keyword classification type.

Number

Gets the Number classification type.

IClassificationType Number { get; }

Property Value

IClassificationType:

The Number classification type.

Operator

Gets the Operator classification type.

IClassificationType Operator { get; }

Property Value

IClassificationType:

The Operator classification type.

Punctuation

Gets the Punctuation classification type.

IClassificationType Punctuation { get; }

Property Value

IClassificationType:

The Punctuation classification type.

String

Gets the String classification type.

IClassificationType String { get; }

Property Value

IClassificationType:

The String classification type.