In This Article

IPythonClassificationTypeProvider Interface

The base requirements of an object that provides IClassificationType objects for the Python language.

public interface IPythonClassificationTypeProvider

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

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

PythonSystemIdentifier

The PythonSystemIdentifier classification type.

IClassificationType PythonSystemIdentifier { get; }

Property Value

IClassificationType

String

The String classification type.

IClassificationType String { get; }

Property Value

IClassificationType

Extension Methods