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
Commentclassification type.
Identifier
Gets the Identifier classification type.
IClassificationType Identifier { get; }
Property Value
- IClassificationType:
The
Identifierclassification 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.
PythonSystemIdentifier
Gets the PythonSystemIdentifier classification type.
IClassificationType PythonSystemIdentifier { get; }
Property Value
- IClassificationType:
The
PythonSystemIdentifierclassification type.
String
Gets the String classification type.
IClassificationType String { get; }
Property Value
- IClassificationType:
The
Stringclassification type.