In This Article

IPythonClassificationTypeProvider Interface

Provides 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 v14.1.602.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.

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.

PythonSystemIdentifier

Gets the PythonSystemIdentifier classification type.

IClassificationType PythonSystemIdentifier { get; }

Property Value

IClassificationType:

The PythonSystemIdentifier classification type.

String

Gets the String classification type.

IClassificationType String { get; }

Property Value

IClassificationType:

The String classification type.